|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/Tag.h>


Public Member Functions | |
| TagIsInCondition (TagId tag) | |
| void | AddTagValue (const std::string &tagValue) |
| bool | Evaluate (const TagMap &tagMap) const override |
| Public Member Functions inherited from osmscout::TagCondition | |
| virtual | ~TagCondition ()=default |
Returns true, if the tag value of the given is one of the given values.
|
explicit |
| void osmscout::TagIsInCondition::AddTagValue | ( | const std::string & | tagValue | ) |
|
overridevirtual |
Implements osmscout::TagCondition.