#include <tags.hpp>
Collaboration diagram for Exiv2::ExifTags:

Static Public Member Functions | |
| const char * | familyName () |
| Return an identifier for Exif metadata. | |
| const char * | tagName (uint16 tag, IfdId ifdId) |
| Return the name of the tag. | |
| const char * | tagDesc (uint16 tag, IfdId ifdId) |
| Return the description of the tag. | |
| uint16 | tag (const std::string &tagName, IfdId ifdId) |
| Return the tag for one combination of IFD id and tagName. | |
| const char * | ifdName (IfdId ifdId) |
| Return the name of the IFD. | |
| const char * | ifdItem (IfdId ifdId) |
| Return the related image item (image or thumbnail). | |
| const char * | sectionName (SectionId sectionId) |
| Return the name of the section. | |
| const char * | sectionName (uint16 tag, IfdId ifdId) |
| Return the name of the section for a combination of tag and IFD id. | |
| const char * | sectionDesc (uint16 tag, IfdId ifdId) |
| Return the description of the section for a combination of tag and IFD id. | |
| SectionId | sectionId (const std::string §ionName) |
| Return the section id for a section name. | |
| std::string | makeKey (uint16 tag, IfdId ifdId) |
| Return the key for the tag and IFD id. The key is of the form 'Exif.ifdItem.tagName'. | |
| std::pair< uint16, IfdId > | decomposeKey (const std::string &key) |
| Return tag and IFD id pair for the key. | |
| std::ostream & | printTag (std::ostream &os, uint16 tag, IfdId ifdId, const Value &value) |
| Interpret and print the value of an Exif tag. | |
| void | taglist (std::ostream &os) |
| Print a list of all tags to output stream. | |
|
|
Return tag and IFD id pair for the key.
|
|
||||||||||||
|
Return the description of the section for a combination of tag and IFD id.
|
|
||||||||||||
|
Return the name of the section for a combination of tag and IFD id.
|
|
||||||||||||
|
Return the description of the tag.
|
|
||||||||||||
|
Return the name of the tag.
|
1.3.8