Class representing operators that can appear in template expressions. More...
Public Types | |
| enum | Type { Or, And, Not, In, Equal, NotEqual, Less, Greater, LessEqual, GreaterEqual, Plus, Minus, Multiply, Divide, Modulo, Filter, Colon, Comma, LeftParen, RightParen, Last } |
Static Public Member Functions | |
| static const char * | toString (Type op) |
Class representing operators that can appear in template expressions.
Definition at line 428 of file template.cpp.
| enum Operator::Type |
| Enumerator | |
|---|---|
| Or | |
| And | |
| Not | |
| In | |
| Equal | |
| NotEqual | |
| Less | |
| Greater | |
| LessEqual | |
| GreaterEqual | |
| Plus | |
| Minus | |
| Multiply | |
| Divide | |
| Modulo | |
| Filter | |
| Colon | |
| Comma | |
| LeftParen | |
| RightParen | |
| Last | |
Definition at line 443 of file template.cpp.
|
inlinestatic |
Definition at line 451 of file template.cpp.
1.8.11