libosmscout 1.1.1
Loading...
Searching...
No Matches
Object type related data structures and services
Collaboration diagram for Object type related data structures and services:

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

Detailed Description

Typedef Documentation

◆ TagBoolConditionRef

Reference counted reference to a tag condition

◆ TagConditionRef

using osmscout::TagConditionRef = std::shared_ptr<TagCondition>

Reference counted reference to a tag condition

◆ TagIsInConditionRef

Reference counted reference to a tag condition

◆ TypeConfigRef

using osmscout::TypeConfigRef = std::shared_ptr<TypeConfig>

Reference counted reference to a TypeConfig instance

Variable Documentation

◆ tagIgnore

const TagId osmscout::tagIgnore = 0
static

Magic constant for an unresolved and to be ignored tag

◆ typeIgnore

const TypeId osmscout::typeIgnore = 0
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.