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