#include "metadatum.hpp"
#include "types.hpp"
#include "value.hpp"
#include <string>
#include <utility>
#include <iostream>
#include <memory>
Include dependency graph for tags.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Defines | |
#define | EXV_PRINT_TAG(array) printTag<EXV_COUNTOF(array), array> |
Shortcut for the printTag template which requires typing the array name only once. | |
#define | EXV_PRINT_TAG_BITMASK(array) printTagBitmask<EXV_COUNTOF(array), array> |
Shortcut for the printTagBitmask template which requires typing the array name only once. |