alaCarte Maps
Renderer for OpenStreetMap tiles
unary_operation_node.cpp
Go to the documentation of this file.
1 
23 
24 
25 
26 namespace eval {
27 
28 
30  : operation(operation)
31  , enclosed(enclosed)
32 {
33 
34 }
35 
40 {
41  assert(false);
42  // This is needed because of MSVC
43  return "";
44 }
45 
46 
47 
48 
49 
50 }
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.
This file is part of alaCarte.
UnaryOperationEnum
Enum with all unary operations.
shared_ptr< STNode > node_ptr
Shared ptr to this node.
Definition: stnode.hpp:41