#include "metadatum.hpp"
#include "types.hpp"
#include <string>
#include <utility>
#include <iosfwd>
#include <memory>
Include dependency graph for tags.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Enumerations | |
enum | SectionId { sectionIdNotSet, imgStruct, recOffset, imgCharacter, otherTags, exifFormat, exifVersion, imgConfig, userInfo, relatedFile, dateTime, captureCond, gpsTags, iopTags, lastSectionId } |
Section identifiers to logically group tags. A section consists of nothing more than a name, based on the Exif standard. | |
Variables | |
class class typedef std::ostream &(* | PrintFct )(std::ostream &, const Value &) |
Type for a function pointer for functions interpreting the tag value. |