|
libosmscout 1.1.1
|

Classes | |
| class | osmscout::TagCondition |
| class | osmscout::TagNotCondition |
| class | osmscout::TagBoolCondition |
| class | osmscout::TagExistsCondition |
| class | osmscout::TagBinaryCondition |
| class | osmscout::TagIsInCondition |
| class | osmscout::TagInfo |
| class | osmscout::CLASS_FINAL< DataLoader > |
| struct | osmscout::CLASS_FINAL< DataLoader >::TypeCondition |
Typedefs | |
| using | osmscout::TagConditionRef = std::shared_ptr<TagCondition> |
| using | osmscout::TagBoolConditionRef = std::shared_ptr<TagBoolCondition> |
| using | osmscout::TagIsInConditionRef = std::shared_ptr<TagIsInCondition> |
| using | osmscout::TypeConfigRef = std::shared_ptr<TypeConfig> |
Variables | |
| static const TagId | osmscout::tagIgnore = 0 |
| static const TypeId | osmscout::typeIgnore = 0 |
| using osmscout::TagBoolConditionRef = std::shared_ptr<TagBoolCondition> |
Reference counted reference to a tag condition
| using osmscout::TagConditionRef = std::shared_ptr<TagCondition> |
Reference counted reference to a tag condition
| using osmscout::TagIsInConditionRef = std::shared_ptr<TagIsInCondition> |
Reference counted reference to a tag condition
| using osmscout::TypeConfigRef = std::shared_ptr<TypeConfig> |
Reference counted reference to a TypeConfig instance
|
static |
Magic constant for an unresolved and to be ignored tag
|
static |
Magic constant for an unresolved and to be ignored object type. Object having typeIgnore as type should be handled like they do not have a type at all.