EXIF library (libexif) Internals
0.6.24
|
#include <exif-gps-ifd.h>
Data Fields | |
uint16_t | tag |
ExifFormat | format |
uint16_t | components |
uint16_t | default_size |
const char * | default_value |
Definition at line 34 of file exif-gps-ifd.h.
uint16_t ExifGPSIfdTagInfo::components |
Definition at line 43 of file exif-gps-ifd.h.
Referenced by exif_entry_initialize_gps().
uint16_t ExifGPSIfdTagInfo::default_size |
Definition at line 46 of file exif-gps-ifd.h.
Referenced by exif_entry_initialize_gps().
const char* ExifGPSIfdTagInfo::default_value |
Definition at line 49 of file exif-gps-ifd.h.
Referenced by exif_entry_initialize_gps().
ExifFormat ExifGPSIfdTagInfo::format |
Definition at line 40 of file exif-gps-ifd.h.
Referenced by exif_entry_initialize_gps().
uint16_t ExifGPSIfdTagInfo::tag |
Definition at line 37 of file exif-gps-ifd.h.