#include "metadatum.hpp"
#include "properties.hpp"
#include "value.hpp"
#include "types.hpp"
#include <string>
#include <vector>


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 > | Exiv2::XmpMetadata |
| Container type to hold all metadata. | |
Functions | |
| std::ostream & | Exiv2::operator<< (std::ostream &os, const Xmpdatum &md) |
| Output operator for Xmpdatum types, printing the interpreted tag value. | |
1.5.4