mapnik::attribute_descriptor Class Reference

#include <feature_layer_desc.hpp>

List of all members.

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_descriptoroperator= (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


Constructor & Destructor Documentation

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]


Member Function Documentation

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]

References name_, precision_, primary_key_, size_, and type_.


The documentation for this class was generated from the following file:

Generated for Mapnik by doxygen 1.5.7.1