#include <regex_filter.hpp>
Public Member Functions | |
regex_filter (expression< FeatureT > const &exp, std::string const &pattern) | |
regex_filter (regex_filter const &other) | |
bool | pass (FeatureT const &feature) const |
void | accept (filter_visitor< FeatureT > &v) |
filter< FeatureT > * | clone () const |
std::string | to_string () const |
~regex_filter () |
mapnik::regex_filter< FeatureT >::regex_filter | ( | expression< FeatureT > const & | exp, | |
std::string const & | pattern | |||
) | [inline] |
Referenced by mapnik::regex_filter< FeatureT >::clone().
mapnik::regex_filter< FeatureT >::regex_filter | ( | regex_filter< FeatureT > const & | other | ) | [inline] |
mapnik::regex_filter< FeatureT >::~regex_filter | ( | ) | [inline] |
void mapnik::regex_filter< FeatureT >::accept | ( | filter_visitor< FeatureT > & | v | ) | [inline, virtual] |
Implements mapnik::filter< FeatureT >.
References mapnik::expression< FeatureT >::accept(), and mapnik::filter_visitor< FeatureT >::visit().
filter<FeatureT>* mapnik::regex_filter< FeatureT >::clone | ( | ) | const [inline, virtual] |
bool mapnik::regex_filter< FeatureT >::pass | ( | FeatureT const & | feature | ) | const [inline, virtual] |
Implements mapnik::filter< FeatureT >.
References mapnik::expression< FeatureT >::get_value(), and mapnik::value::to_string().
std::string mapnik::regex_filter< FeatureT >::to_string | ( | ) | const [inline, virtual] |