Osmium
0.1
|
Public Member Functions | |
Field (const std::string &name, DBFFieldType type, int width=1, int decimals=0) | |
const std::string & | name () const |
DBFFieldType | type () const |
int | width () const |
int | decimals () const |
Private Attributes | |
std::string | m_name |
DBFFieldType | m_type |
int | m_width |
int | m_decimals |
Osmium::Export::Shapefile::Field::Field | ( | const std::string & | name, |
DBFFieldType | type, | ||
int | width = 1 , |
||
int | decimals = 0 |
||
) | [inline] |
int Osmium::Export::Shapefile::Field::decimals | ( | ) | const [inline] |
const std::string& Osmium::Export::Shapefile::Field::name | ( | ) | const [inline] |
DBFFieldType Osmium::Export::Shapefile::Field::type | ( | ) | const [inline] |
int Osmium::Export::Shapefile::Field::width | ( | ) | const [inline] |
int Osmium::Export::Shapefile::Field::m_decimals [private] |
std::string Osmium::Export::Shapefile::Field::m_name [private] |
DBFFieldType Osmium::Export::Shapefile::Field::m_type [private] |
int Osmium::Export::Shapefile::Field::m_width [private] |