#include "tags.hpp"
#include "types.hpp"
#include <string>
#include <iostream>
#include <iomanip>
#include <memory>


Classes | |
| class | Exiv2::PentaxMakerNote |
| MakerNote for Pentaxfilm cameras. 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. | |
Defines | |
| #define | EXV_PRINT_COMBITAG(array, count, ignoredcount) printCombiTag<EXV_COUNTOF(array), array, count, ignoredcount> |
| Shortcut for the printCombiTag template which requires typing the array name only once. | |
Functions | |
| template<int N, const TagDetails(&) array, int count, int ignoredcount> | |
| std::ostream & | Exiv2::printCombiTag (std::ostream &os, const Value &value, const ExifData *metadata) |
| Print function to translate Pentax "combi-values" to a description by looking up a reference table. | |
1.5.9