#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] |
attribute_descriptor& mapnik::attribute_descriptor::operator= | ( | attribute_descriptor const & | other | ) | [inline] |
References name_, precision_, primary_key_, size_, and type_.
string const& mapnik::attribute_descriptor::get_name | ( | ) | const [inline] |
unsigned mapnik::attribute_descriptor::get_type | ( | ) | const [inline] |
bool mapnik::attribute_descriptor::is_primary_key | ( | ) | const [inline] |
int mapnik::attribute_descriptor::get_size | ( | ) | const [inline] |
int mapnik::attribute_descriptor::get_precision | ( | ) | const [inline] |