#include <filter_parser_ast.hpp>
Public Types | |
enum | node_e { Unknown = 0, Integer = 1, Real = 2, String = 3, Property = 4 } |
Public Member Functions | |
node_data () | |
node_data (int type) | |
node_data (node_data const &other) | |
node_data & | operator= (node_data const &other) |
~node_data () |
mapnik::node_data::node_data | ( | ) | [inline] |
mapnik::node_data::node_data | ( | int | type | ) | [inline] |
mapnik::node_data::node_data | ( | node_data const & | other | ) | [inline] |
mapnik::node_data::~node_data | ( | ) | [inline] |