libosmscout
0.1
|
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 |
using osmscout::TagBoolConditionRef = typedef std::shared_ptr<TagBoolCondition> |
Reference counted reference to a tag condition
using osmscout::TagConditionRef = typedef std::shared_ptr<TagCondition> |
Reference counted reference to a tag condition
using osmscout::TagIsInConditionRef = typedef std::shared_ptr<TagIsInCondition> |
Reference counted reference to a tag condition
using osmscout::TypeConfigRef = typedef std::shared_ptr<TypeConfig> |
Reference counted reference to a TypeConfig instance
|
static |
Magic constant for an unresolved and to be ignored tag
Referenced by osmscout::TagRegistry::GetTagId(), and osmscout::TypeConfig::TypeConfig().
|
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.
Referenced by osmscout::TypeConfig::GetAreaTypeInfo(), osmscout::TypeConfig::GetNodeTypeInfo(), osmscout::TypeConfig::GetRouteTypeInfo(), osmscout::TypeConfig::GetWayTypeInfo(), osmscout::Area::Read(), osmscout::Area::ReadImport(), osmscout::Area::ReadOptimized(), osmscout::Area::Write(), osmscout::Area::WriteImport(), and osmscout::Area::WriteOptimized().