Implementation of some custom MakerNotes parsers for libexif.
More...
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <libexif/exif-data.h>
#include <libexif/exif-mnote-data.h>
#include <libexif/exif-byte-order.h>
#include <libexif/exif-log.h>
Go to the source code of this file.
Implementation of some custom MakerNotes parsers for libexif.
- Author
- Martin Pecka
Definition in file LibexifCustomMakernotes.h.
◆ ExifMnoteDataMethods
◆ ExifMnoteDataPriv
◆ exif_mnote_data_construct()
| void exif_mnote_data_construct |
( |
ExifMnoteData * |
, |
|
|
ExifMem * |
mem |
|
) |
| |
◆ exif_mnote_data_set_byte_order()
| void exif_mnote_data_set_byte_order |
( |
ExifMnoteData * |
, |
|
|
ExifByteOrder |
|
|
) |
| |
◆ exif_mnote_data_set_offset()
| void exif_mnote_data_set_offset |
( |
ExifMnoteData * |
, |
|
|
unsigned int |
|
|
) |
| |