#include <libosmscout/include/osmscout/feature/PhoneFeature.h>
|
| void | RegisterLabel (size_t index, const std::string &labelName) |
| void | RegisterFlag (size_t index, const std::string &flagName) |
◆ PhoneFeature()
| osmscout::PhoneFeature::PhoneFeature |
( |
| ) |
|
◆ AllocateValue()
| FeatureValue * osmscout::PhoneFeature::AllocateValue |
( |
void * | buffer | ) |
|
|
overridevirtual |
◆ GetName()
| std::string osmscout::PhoneFeature::GetName |
( |
| ) |
const |
|
overridevirtual |
◆ GetValueAlignment()
| size_t osmscout::PhoneFeature::GetValueAlignment |
( |
| ) |
const |
|
overridevirtual |
If feature have value object, this method returns alignment requirements of the value type (alignof( type-id )).
Reimplemented from osmscout::Feature.
◆ GetValueSize()
| size_t osmscout::PhoneFeature::GetValueSize |
( |
| ) |
const |
|
overridevirtual |
A feature, if set for an object, can hold a value. If there is no value object, this method returns 0, else it returns the C++ size of the value object.
Reimplemented from osmscout::Feature.
◆ Initialize()
| void osmscout::PhoneFeature::Initialize |
( |
TagRegistry & | tagRegistry | ) |
|
|
overridevirtual |
Does further initialization based on the current TagRegistry. For example it registers Tags (and stores their TagId) for further processing.
Implements osmscout::Feature.
◆ Parse()
| void osmscout::PhoneFeature::Parse |
( |
TagErrorReporter & | reporter, |
|
|
const TagRegistry & | tagRegistry, |
|
|
const FeatureInstance & | feature, |
|
|
const ObjectOSMRef & | object, |
|
|
const TagMap & | tags, |
|
|
FeatureValueBuffer & | buffer ) const |
|
overridevirtual |
◆ NAME
| const char* const osmscout::PhoneFeature::NAME |
|
static |
◆ NUMBER_LABEL
| const char* const osmscout::PhoneFeature::NUMBER_LABEL |
|
static |
Name of the "number" label
◆ NUMBER_LABEL_INDEX
| const size_t osmscout::PhoneFeature::NUMBER_LABEL_INDEX |
|
static |
Index of the 'number' label
The documentation for this class was generated from the following file: