![]() |
Exiv2
|
#include <tags.hpp>
Public Attributes | |
| uint16_t | tag_ |
| Tag. | |
| const char * | name_ |
| One word tag label. | |
| const char * | title_ |
| Tag title. | |
| const char * | desc_ |
| Short tag description. | |
| IfdId | ifdId_ |
| Link to the (preferred) IFD. | |
| SectionId | sectionId_ |
| Section id. | |
| TypeId | typeId_ |
| Type id. | |
| int16_t | count_ |
| The number of values (not bytes!), 0=any, -1=count not known. | |
| PrintFct | printFct_ |
| Pointer to tag print function. | |
Tag information.
| int16_t Exiv2::TagInfo::count_ |
The number of values (not bytes!), 0=any, -1=count not known.
Referenced by Exiv2::ExifTags::defaultCount().
| IfdId Exiv2::TagInfo::ifdId_ |
Link to the (preferred) IFD.
Referenced by Exiv2::ExifKey::ExifKey().
| const char* Exiv2::TagInfo::name_ |
One word tag label.
Referenced by Exiv2::Internal::TiffDecoder::decodeCanonAFInfo(), and Exiv2::ExifKey::Impl::tagName().
| SectionId Exiv2::TagInfo::sectionId_ |
Section id.
Referenced by Exiv2::ExifTags::sectionName().
| uint16_t Exiv2::TagInfo::tag_ |
Tag.
Referenced by Exiv2::ExifKey::ExifKey(), Exiv2::ExifTags::taglist(), Exiv2::ExifKey::Impl::tagName(), Exiv2::Image::tagName(), and Exiv2::Internal::tagNumber().
| TypeId Exiv2::TagInfo::typeId_ |
Type id.