#include "types.hpp"
#include "metadatum.hpp"
#include "tags.hpp"
#include <string>
#include <iosfwd>
#include <memory>
Classes | |
struct | Exiv2::XmpPropertyInfo |
Information about one XMP property. More... | |
struct | Exiv2::XmpNsInfo |
Structure mapping XMP namespaces and (preferred) prefixes. More... | |
struct | Exiv2::XmpNsInfo::XmpNsInfo::Prefix |
For comparison with prefix. More... | |
struct | Exiv2::XmpNsInfo::XmpNsInfo::Ns |
For comparison with namespace. More... | |
class | Exiv2::XmpProperties |
XMP property reference, implemented as a static class. More... | |
class | Exiv2::XmpKey |
Concrete keys for XMP metadata. More... | |
Namespaces | |
namespace | Exiv2 |
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace. | |
Enumerations | |
enum | Exiv2::XmpCategory { xmpInternal, xmpExternal } |
Category of an XMP property. | |
Functions | |
EXIV2API std::ostream & | Exiv2::operator<< (std::ostream &os, const XmpPropertyInfo &propertyInfo) |
Output operator for property info. |