Exiv2
Loading...
Searching...
No Matches
Exiv2::TagInfo Struct Reference

Tag information. More...

#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.

Detailed Description

Tag information.

Examples
exifprint.cpp.

Member Data Documentation

◆ count_

int16_t Exiv2::TagInfo::count_

The number of values (not bytes!), 0=any, -1=count not known.

Referenced by Exiv2::ExifTags::defaultCount().

◆ ifdId_

IfdId Exiv2::TagInfo::ifdId_

Link to the (preferred) IFD.

Referenced by Exiv2::ExifKey::ExifKey().

◆ name_

const char* Exiv2::TagInfo::name_

◆ sectionId_

SectionId Exiv2::TagInfo::sectionId_

Section id.

Referenced by Exiv2::ExifTags::sectionName().

◆ tag_

◆ typeId_

TypeId Exiv2::TagInfo::typeId_

Type id.

Examples
exifprint.cpp.

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