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


Public Member Functions | |
| TagBinaryCondition (TagId tag, BinaryOperator binaryOperator, const std::string &tagValue) | |
| TagBinaryCondition (TagId tag, BinaryOperator binaryOperator, const size_t &tagValue) | |
| bool | Evaluate (const TagMap &tagMap) const override |
| Public Member Functions inherited from osmscout::TagCondition | |
| virtual | ~TagCondition ()=default |
Returns true, if the value of the given tag fulfills the given boolean condition in regard to the comparison value.
| osmscout::TagBinaryCondition::TagBinaryCondition | ( | TagId | tag, |
| BinaryOperator | binaryOperator, | ||
| const std::string & | tagValue ) |
| osmscout::TagBinaryCondition::TagBinaryCondition | ( | TagId | tag, |
| BinaryOperator | binaryOperator, | ||
| const size_t & | tagValue ) |
|
overridevirtual |
Implements osmscout::TagCondition.