#include <feature_layer_desc.hpp>
Public Member Functions | |
| attribute_descriptor (string const &name, unsigned type, bool primary_key=false, int size=-1, int precision=-1) | |
| attribute_descriptor (attribute_descriptor const &other) | |
| attribute_descriptor & | operator= (attribute_descriptor const &other) |
| string const & | get_name () const |
| unsigned | get_type () const |
| bool | is_primary_key () const |
| int | get_size () const |
| int | get_precision () const |
| mapnik::attribute_descriptor::attribute_descriptor | ( | string const & | name, | |
| unsigned | type, | |||
| bool | primary_key = false, |
|||
| int | size = -1, |
|||
| int | precision = -1 | |||
| ) | [inline] |
| mapnik::attribute_descriptor::attribute_descriptor | ( | attribute_descriptor const & | other | ) | [inline] |
| string const& mapnik::attribute_descriptor::get_name | ( | ) | const [inline] |
| int mapnik::attribute_descriptor::get_precision | ( | ) | const [inline] |
| int mapnik::attribute_descriptor::get_size | ( | ) | const [inline] |
| unsigned mapnik::attribute_descriptor::get_type | ( | ) | const [inline] |
| bool mapnik::attribute_descriptor::is_primary_key | ( | ) | const [inline] |
| attribute_descriptor& mapnik::attribute_descriptor::operator= | ( | attribute_descriptor const & | other | ) | [inline] |
1.4.7