EXIF library (libexif) Internals
0.6.24
|
Data Fields | |
ExifByteOrder | order |
ExifMnoteData * | md |
ExifLog * | log |
ExifMem * | mem |
unsigned int | ref_count |
unsigned int | offset_mnote |
ExifDataOption | options |
ExifDataType | data_type |
Definition at line 55 of file exif-data.c.
ExifDataType _ExifDataPrivate::data_type |
Definition at line 70 of file exif-data.c.
Referenced by exif_data_get_data_type(), and exif_data_set_data_type().
ExifLog* _ExifDataPrivate::log |
Definition at line 61 of file exif-data.c.
Referenced by exif_data_alloc(), exif_data_free(), exif_data_get_log(), exif_data_load_data(), exif_data_load_data_content(), exif_data_load_data_entry(), exif_data_load_data_thumbnail(), exif_data_log(), exif_data_save_data(), exif_data_save_data_content(), exif_data_save_data_entry(), fix_func(), and interpret_maker_note().
ExifMnoteData* _ExifDataPrivate::md |
Definition at line 59 of file exif-data.c.
Referenced by exif_data_free(), exif_data_get_mnote_data(), exif_data_save_data_entry(), exif_data_set_byte_order(), and interpret_maker_note().
ExifMem* _ExifDataPrivate::mem |
Definition at line 62 of file exif-data.c.
Referenced by exif_data_alloc(), exif_data_free(), exif_data_load_data_content(), exif_data_load_data_thumbnail(), exif_data_new_mem(), exif_data_save_data_content(), exif_data_save_data_entry(), and interpret_maker_note().
unsigned int _ExifDataPrivate::offset_mnote |
Definition at line 67 of file exif-data.c.
Referenced by exif_data_load_data_entry(), and interpret_maker_note().
ExifDataOption _ExifDataPrivate::options |
Definition at line 69 of file exif-data.c.
Referenced by exif_data_load_data(), exif_data_load_data_content(), exif_data_save_data_entry(), exif_data_set_option(), exif_data_unset_option(), and interpret_maker_note().
ExifByteOrder _ExifDataPrivate::order |
Definition at line 57 of file exif-data.c.
Referenced by exif_data_get_byte_order(), exif_data_load_data(), exif_data_load_data_content(), exif_data_load_data_entry(), exif_data_save_data(), exif_data_save_data_content(), exif_data_save_data_entry(), exif_data_set_byte_order(), and interpret_maker_note().
unsigned int _ExifDataPrivate::ref_count |
Definition at line 64 of file exif-data.c.
Referenced by exif_data_new_mem(), exif_data_ref(), and exif_data_unref().