All custom Makernotes. More...
#include <Exiv2CustomMakernotes.h>
Public Member Functions | |
| CustomMakernotes () | |
Public Attributes | |
| std::unordered_map< std::string, std::shared_ptr< MakerNoteHeader > > | headers |
| std::unordered_map< std::string, Exiv2::ExifKey > | keys |
| std::unordered_map< std::string, std::unordered_map< uint16_t, Exiv2::TagInfo > > | tagsById |
| std::unordered_map< std::string, std::unordered_map< std::string, Exiv2::TagInfo > > | tagsByName |
All custom Makernotes.
Definition at line 35 of file Exiv2CustomMakernotes.h.
| movie_publisher::CustomMakernotes::CustomMakernotes | ( | ) |
| std::unordered_map<std::string, std::shared_ptr<MakerNoteHeader> > movie_publisher::CustomMakernotes::headers |
Definition at line 39 of file Exiv2CustomMakernotes.h.
| std::unordered_map<std::string, Exiv2::ExifKey> movie_publisher::CustomMakernotes::keys |
Definition at line 42 of file Exiv2CustomMakernotes.h.
| std::unordered_map<std::string, std::unordered_map<uint16_t, Exiv2::TagInfo> > movie_publisher::CustomMakernotes::tagsById |
Definition at line 40 of file Exiv2CustomMakernotes.h.
| std::unordered_map<std::string, std::unordered_map<std::string, Exiv2::TagInfo> > movie_publisher::CustomMakernotes::tagsByName |
Definition at line 41 of file Exiv2CustomMakernotes.h.