#include "types.hpp"
#include "metadatum.hpp"
#include <string>
#include <utility>
#include <iosfwd>
#include <memory>
Include dependency graph for datasets.hpp:
Namespaces | |
namespace | Exiv2 |
Classes | |
struct | Exiv2::RecordInfo |
Contains information about one record. More... | |
struct | Exiv2::DataSet |
Dataset information. More... | |
class | Exiv2::IptcDataSets |
Container for Iptc dataset information. Implemented as a static class. More... | |
class | Exiv2::IptcKey |
Concrete keys for Iptc metadata. More... | |
Functions | |
std::ostream & | Exiv2::operator<< (std::ostream &os, const DataSet &dataSet) |
Output operator for dataSet. |