#include <filter_expression.hpp>
Public Member Functions | |
filter_to_string () | |
void | visit (filter< FeatureT > &) |
void | visit (expression< FeatureT > &exp) |
std::string const & | text () const |
virtual | ~filter_to_string () |
mapnik::filter_to_string< FeatureT >::filter_to_string | ( | ) | [inline] |
virtual mapnik::filter_to_string< FeatureT >::~filter_to_string | ( | ) | [inline, virtual] |
std::string const& mapnik::filter_to_string< FeatureT >::text | ( | ) | const [inline] |
void mapnik::filter_to_string< FeatureT >::visit | ( | expression< FeatureT > & | exp | ) | [inline, virtual] |
void mapnik::filter_to_string< FeatureT >::visit | ( | filter< FeatureT > & | ) | [inline, virtual] |
Implements mapnik::filter_visitor< FeatureT >.