libosmscout  1.1.1
Classes | Typedefs | Variables
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
 
struct  osmscout::CLASS_FINAL< DataLoader >::TypeCondition
 
class  osmscout::CLASS_FINAL< DataLoader >
 

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

using osmscout::TagBoolConditionRef = typedef std::shared_ptr<TagBoolCondition>

Reference counted reference to a tag condition

◆ TagConditionRef

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

Reference counted reference to a tag condition

◆ TagIsInConditionRef

using osmscout::TagIsInConditionRef = typedef std::shared_ptr<TagIsInCondition>

Reference counted reference to a tag condition

◆ TypeConfigRef

using osmscout::TypeConfigRef = typedef 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.