alaCarte Maps
Renderer for OpenStreetMap tiles
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
stleaf.cpp
Go to the documentation of this file.
1
22
#include "
server/eval/stleaf.hpp
"
23
24
25
26
namespace
eval
{
27
28
34
STLeaf::STLeaf
(
const
string
& value)
35
: value(value)
36
{
37
38
}
39
40
41
string
STLeaf::eval
(
GeoObject
*
obj
)
const
42
{
43
return
value
;
44
}
45
46
47
48
}
obj
Definition:
mapcss_def.hpp:46
eval::STLeaf::STLeaf
STLeaf(const string &value)
Creates a leaf with a given string value.
Definition:
stleaf.cpp:34
eval::STLeaf::value
const string value
The value given back.
Definition:
stleaf.hpp:49
eval
This file is part of alaCarte.
Definition:
binary_operation_node.cpp:26
GeoObject
Definition:
geo_object.hpp:33
stleaf.hpp
eval::STLeaf::eval
virtual string eval(GeoObject *obj) const
Evaluates a subtree under this node.
Definition:
stleaf.cpp:41
src
server
eval
stleaf.cpp
Generated on Thu May 24 2018 16:14:00 for alaCarte Maps by
1.8.11