#include <regex_filter.hpp>
Inheritance diagram for mapnik::regex_filter< FeatureT >:

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] |
| 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 >.
| filter<FeatureT>* mapnik::regex_filter< FeatureT >::clone | ( | ) | const [inline, virtual] |
Implements mapnik::filter< FeatureT >.
| bool mapnik::regex_filter< FeatureT >::pass | ( | FeatureT const & | feature | ) | const [inline, virtual] |
Implements mapnik::filter< FeatureT >.
| std::string mapnik::regex_filter< FeatureT >::to_string | ( | ) | const [inline, virtual] |
Implements mapnik::filter< FeatureT >.
1.4.7