#include <feature_type_style.hpp>
Public Member Functions | |
| feature_type_style () | |
| feature_type_style (feature_type_style const &rhs) | |
| feature_type_style & | operator= (feature_type_style const &rhs) |
| void | add_rule (rule_type const &rule) |
| rules const & | get_rules () const |
| ~feature_type_style () | |
| mapnik::feature_type_style::feature_type_style | ( | ) | [inline] |
| mapnik::feature_type_style::feature_type_style | ( | feature_type_style const & | rhs | ) | [inline] |
| mapnik::feature_type_style::~feature_type_style | ( | ) | [inline] |
| feature_type_style& mapnik::feature_type_style::operator= | ( | feature_type_style const & | rhs | ) | [inline] |
References rules_.
| void mapnik::feature_type_style::add_rule | ( | rule_type const & | rule | ) | [inline] |
| rules const& mapnik::feature_type_style::get_rules | ( | ) | const [inline] |
Referenced by mapnik::serialize_style().
1.5.6