#include "types.hpp"
#include "metadatum.hpp"
#include "tags.hpp"
#include <string>
#include <iosfwd>
#include <memory>
Namespaces | |
namespace | Exiv2 |
Classes | |
struct | Exiv2::XmpPropertyInfo |
Information about one XMP property. More... | |
struct | Exiv2::XmpPrintInfo |
Struct used in the lookup table for pretty print functions. More... | |
struct | Exiv2::XmpNsInfo |
Structure mapping XMP namespaces and (preferred) prefixes. More... | |
struct | Exiv2::XmpNsInfo::Prefix |
For comparison with prefix. More... | |
struct | Exiv2::XmpNsInfo::Ns |
For comparison with namespace. More... | |
class | Exiv2::XmpProperties |
Container for XMP property information. Implemented as a static class. More... | |
class | Exiv2::XmpKey |
Concrete keys for XMP metadata. More... | |
Enumerations | |
enum | Exiv2::XmpCategory { xmpInternal, xmpExternal } |
Category of an XMP property. | |
Functions | |
std::ostream & | Exiv2::operator<< (std::ostream &os, const XmpPropertyInfo &propertyInfo) |
Output operator for property info. |