alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <unary_operation_node.hpp>
Public Types | |
typedef STNode | base_type |
typedef base_type::node_ptr | node_ptr |
Public Types inherited from eval::STNode | |
typedef shared_ptr< STNode > | node_ptr |
Shared ptr to this node. More... | |
Public Member Functions | |
UnaryOperationNode (op::UnaryOperationEnum operation, const node_ptr &enclosed) | |
virtual string | eval (GeoObject *obj) const |
This method does nothing for now as UnaryOperations are not used in parser. More... | |
Private Attributes | |
op::UnaryOperationEnum | operation |
node_ptr | enclosed |
Definition at line 50 of file unary_operation_node.hpp.
Definition at line 54 of file unary_operation_node.hpp.
Definition at line 55 of file unary_operation_node.hpp.
eval::UnaryOperationNode::UnaryOperationNode | ( | op::UnaryOperationEnum | operation, |
const node_ptr & | enclosed | ||
) |
Definition at line 29 of file unary_operation_node.cpp.
This method does nothing for now as UnaryOperations are not used in parser.
Reimplemented from eval::STNode.
Definition at line 39 of file unary_operation_node.cpp.
|
private |
Definition at line 62 of file unary_operation_node.hpp.
|
private |
Definition at line 61 of file unary_operation_node.hpp.