![]() |
Exiv2
|
Helper structure for lookup tables for translations of controlled vocabulary strings to their descriptions. More...
#include <tags_int.hpp>
Public Member Functions | |
bool | operator== (const std::string &key) const |
Comparison operator for use with the find template. More... | |
Public Attributes | |
const char * | voc_ |
Vocabulary string. | |
const char * | label_ |
Description of the vocabulary string. | |
Helper structure for lookup tables for translations of controlled vocabulary strings to their descriptions.
bool Exiv2::Internal::TagVocabulary::operator== | ( | const std::string & | key | ) | const |
Comparison operator for use with the find template.
Compare vocabulary strings like "PR-NON" with keys like "http://ns.useplus.org/ldf/vocab/PR-NON" and return true if the vocabulary string matches the end of the key.
References voc_.