libosmscout
0.1
|
#include <TypeConfig.h>
Public Attributes | |
TagConditionRef | condition |
The root condition. More... | |
unsigned char | types |
Bitset of types the condition can be applied to. More... | |
A type can have a number of conditions that allow to identify the type of an object based on its tag values.
TagConditionRef osmscout::TypeInfo::TypeCondition::condition |
The root condition.
Referenced by osmscout::TypeInfo::AddCondition().
unsigned char osmscout::TypeInfo::TypeCondition::types |
Bitset of types the condition can be applied to.
Referenced by osmscout::TypeInfo::AddCondition().