#include "types.hpp"
#include "value.hpp"
#include <string>
#include <memory>
Include dependency graph for metadatum.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Classes | |
class | Exiv2::Key |
Abstract base class defining the Key of a metadatum. Keys are used to identify and group metadata. More... | |
class | Exiv2::Metadatum |
Abstract base class defining the interface to access information related to one metadata tag. More... | |
class | Exiv2::FindMetadatumByKey |
Unary predicate that matches a Exifdatum with a given key. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Key &key) |
Output operator for Key types. |
Brad Schick (brad) brad@robotbattle.com