#include "metadatum.hpp"
#include "types.hpp"
#include "error.hpp"
#include "image.hpp"
#include "value.hpp"
#include "ifd.hpp"
#include "tags.hpp"
#include <string>
#include <vector>
Include dependency graph for exif.hpp:

Namespaces | |
| namespace | Exiv2 |
Classes | |
| class | Exiv2::ExifKey |
| Concrete keys for Exif metadata. More... | |
| class | Exiv2::Exifdatum |
| Information related to one Exif tag. More... | |
| class | Exiv2::Thumbnail |
| Exif Thumbnail image. This abstract base class provides the interface for the thumbnail image that is optionally embedded in the Exif data. More... | |
| class | Exiv2::TiffThumbnail |
| Exif thumbnail image in TIFF format. More... | |
| class | Exiv2::JpegThumbnail |
| Exif thumbnail image in JPEG format. More... | |
| class | Exiv2::FindMetadatumByIfdIdIdx |
| Unary predicate that matches a Exifdatum with a given ifd id and idx. More... | |
| class | Exiv2::ExifData |
| A container for Exif data. This is a top-level class of the Exiv2 library. More... | |
Typedefs | |
| typedef std::vector< Exifdatum > | ExifMetadata |
| Container type to hold all metadata. | |
1.3.8