#include <expression.hpp>
Public Member Functions | |
literal (bool val) | |
literal (int val) | |
literal (double val) | |
literal (UnicodeString const &val) | |
literal (literal const &other) | |
value | get_value (FeatureT const &) const |
void | accept (filter_visitor< FeatureT > &v) |
expression< FeatureT > * | clone () const |
std::string | to_string () const |
~literal () |
mapnik::literal< FeatureT >::literal | ( | bool | val | ) | [inline] |
Referenced by mapnik::literal< FeatureT >::clone().
mapnik::literal< FeatureT >::literal | ( | int | val | ) | [inline] |
mapnik::literal< FeatureT >::literal | ( | double | val | ) | [inline] |
mapnik::literal< FeatureT >::literal | ( | UnicodeString const & | val | ) | [inline] |
mapnik::literal< FeatureT >::literal | ( | literal< FeatureT > const & | other | ) | [inline] |
mapnik::literal< FeatureT >::~literal | ( | ) | [inline] |
value mapnik::literal< FeatureT >::get_value | ( | FeatureT const & | ) | const [inline, virtual] |
Implements mapnik::expression< FeatureT >.
void mapnik::literal< FeatureT >::accept | ( | filter_visitor< FeatureT > & | v | ) | [inline, virtual] |
expression<FeatureT>* mapnik::literal< FeatureT >::clone | ( | ) | const [inline, virtual] |
std::string mapnik::literal< FeatureT >::to_string | ( | ) | const [inline, virtual] |