|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/feature/AdminLevelFeature.h>


Public Member Functions | |
| AdminLevelFeatureValue ()=default | |
| AdminLevelFeatureValue (uint8_t adminLevel, const std::string &isIn) | |
| void | SetAdminLevel (uint8_t adminLevel) |
| void | SetIsIn (const std::string_view &isIn) |
| uint8_t | GetAdminLevel () const |
| std::string | GetIsIn () const |
| void | Read (FileScanner &scanner) override |
| void | Write (FileWriter &writer) override |
| AdminLevelFeatureValue & | operator= (const FeatureValue &other) override |
| bool | operator== (const FeatureValue &other) const override |
| Public Member Functions inherited from osmscout::FeatureValue | |
| FeatureValue ()=default | |
| FeatureValue (const FeatureValue &featureValue)=default | |
| virtual | ~FeatureValue ()=default |
| virtual std::string | GetLabel (const Locale &, size_t) const |
| virtual bool | IsFlagSet (size_t) const |
| virtual bool | operator!= (const FeatureValue &other) const |
|
default |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Reimplemented from osmscout::FeatureValue.
|
overridevirtual |
Implements osmscout::FeatureValue.
|
overridevirtual |
Read the value of the Feature from the FileScanner
| IOException |
Implements osmscout::FeatureValue.
|
inline |
|
inline |
|
overridevirtual |