libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Object type related data structures and services

Classes

class  osmscout::TagBinaryCondition
 
class  osmscout::TagBoolCondition
 
class  osmscout::TagCondition
 
class  osmscout::TagExistsCondition
 
class  osmscout::TagInfo
 
class  osmscout::TagIsInCondition
 
class  osmscout::TagNotCondition
 
class  osmscout::TypeConfig
 
class  osmscout::TypeInfo
 
struct  osmscout::TypeInfo::TypeCondition
 

Typedefs

using osmscout::TagBoolConditionRef = std::shared_ptr< TagBoolCondition >
 
using osmscout::TagConditionRef = std::shared_ptr< TagCondition >
 
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

Referenced by osmscout::TagRegistry::GetTagId(), and osmscout::TypeConfig::TypeConfig().

◆ typeIgnore

const TypeId osmscout::typeIgnore = 0
static