#include "types.hpp"
#include "makernote.hpp"
#include "tags.hpp"
#include <string>
#include <iostream>
#include <iomanip>
#include <memory>
Include dependency graph for pentaxmn.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
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. |