Represents a leaf in the eval syntax tree.
STLeaf(const string &value)
Creates a leaf with a given string value.
const string value
The value given back.
This file is part of alaCarte.
The interface for nodes in the syntax tree.
virtual string eval(GeoObject *obj) const
Evaluates a subtree under this node.