#include "types.hpp"
#include "ifd.hpp"
#include <string>
#include <iosfwd>
#include <utility>
#include <vector>
#include <map>
#include <memory>
Include dependency graph for makernote.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Typedefs | |
typedef MakerNote::AutoPtr(* | CreateFct )(bool, const byte *, long, ByteOrder, long) |
Type for a pointer to a function creating a makernote. |