Exiv2
Loading...
Searching...
No Matches
Exiv2::Internal::StringTagDetails Struct Reference

Helper structure for lookup tables for translations of string tag values to human readable labels. More...

#include <tags_int.hpp>

Public Member Functions

bool operator== (const std::string &key) const
 Comparison operator for use with the find template.

Public Attributes

const char * val_
 Tag value.
const char * label_
 Translation of the tag value.

Detailed Description

Helper structure for lookup tables for translations of string tag values to human readable labels.

Member Function Documentation

◆ operator==()

bool Exiv2::Internal::StringTagDetails::operator== ( const std::string & key) const
inline

Comparison operator for use with the find template.

References val_.

Member Data Documentation

◆ val_

const char* Exiv2::Internal::StringTagDetails::val_

Tag value.

Referenced by operator==().


The documentation for this struct was generated from the following file: