14 #include <unordered_map>
16 #include <exiv2/exiv2.hpp>
27 virtual bool read(
const Exiv2::byte* pData,
size_t size) = 0;
28 virtual Exiv2::ByteOrder
byteOrder()
const = 0;
29 virtual size_t size()
const = 0;
39 std::unordered_map<std::string, std::shared_ptr<MakerNoteHeader>>
headers;
40 std::unordered_map<std::string, std::unordered_map<uint16_t, Exiv2::TagInfo>>
tagsById;
41 std::unordered_map<std::string, std::unordered_map<std::string, Exiv2::TagInfo>>
tagsByName;
42 std::unordered_map<std::string, Exiv2::ExifKey>
keys;