#include "metadatum.hpp"
#include "properties.hpp"
#include "value.hpp"
#include "types.hpp"
#include <string>
#include <vector>
Include dependency graph for xmp.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Classes | |
class | Exiv2::Xmpdatum |
Information related to an XMP property. An XMP metadatum consists of an XmpKey and a Value and provides methods to manipulate these. More... | |
class | Exiv2::XmpData |
A container for XMP data. This is a top-level class of the Exiv2 library. More... | |
class | Exiv2::XmpParser |
Stateless parser class for XMP packets. Images use this class to parse and serialize XMP packets. The parser uses the XMP toolkit to do the job. More... | |
Typedefs | |
typedef std::vector< Xmpdatum > | XmpMetadata |
Container type to hold all metadata. |