alaCarte Maps
Renderer for OpenStreetMap tiles
|
Enumerations | |
enum | BinaryOperationEnum { Equal, Unequal, Less, LessEqual, Greater, GreaterEqual, StringEqual, StringUnequal, Add, Minus, Mul, Div, Concatination } |
Enumeration for all binary operations. More... | |
enum | FunctionEnum { Nothing, Boolean, Str, Num, Sqrt, Int, Not, Tag, Cond, Colgen } |
Enum with all functions. More... | |
enum | UnaryOperationEnum { Nothing, Not, Condition } |
Enum with all unary operations. More... | |
Enumeration for all binary operations.
Enumerator | |
---|---|
Equal | |
Unequal | |
Less | |
LessEqual | |
Greater | |
GreaterEqual | |
StringEqual | |
StringUnequal | |
Add | |
Minus | |
Mul | |
Div | |
Concatination |
Definition at line 43 of file binary_operation_node.hpp.
Enum with all functions.
Enumerator | |
---|---|
Nothing | |
Boolean | |
Str | |
Num | |
Sqrt | |
Int | |
Not | |
Tag | |
Cond | |
Colgen |
Definition at line 37 of file function_operation_node.hpp.
Enum with all unary operations.
Enumerator | |
---|---|
Nothing | |
Not | |
Condition |
Definition at line 37 of file unary_operation_node.hpp.