EXIF library (libexif) Internals  0.6.24
_ExifEntry Struct Reference

Data found in one EXIF tag. More...

#include <exif-entry.h>

Collaboration diagram for _ExifEntry:
[legend]

Data Fields

ExifTag tag
 EXIF tag for this entry. More...
 
ExifFormat format
 Type of data in this entry. More...
 
unsigned long components
 Number of elements in the array, if this is an array entry. More...
 
unsigned char * data
 Pointer to the raw EXIF data for this entry. More...
 
unsigned int size
 Number of bytes in the buffer at data. More...
 
ExifContentparent
 ExifContent containing this entry. More...
 
ExifEntryPrivatepriv
 Internal data to be used by libexif itself. More...
 

Detailed Description

Data found in one EXIF tag.

Definition at line 43 of file exif-entry.h.

Field Documentation

◆ components

unsigned long _ExifEntry::components

◆ data

◆ format

◆ parent

◆ priv

ExifEntryPrivate* _ExifEntry::priv

Internal data to be used by libexif itself.

Definition at line 68 of file exif-entry.h.

Referenced by exif_entry_alloc(), exif_entry_fix(), exif_entry_free(), exif_entry_get_value(), exif_entry_new_mem(), exif_entry_realloc(), exif_entry_ref(), and exif_entry_unref().

◆ size

◆ tag


The documentation for this struct was generated from the following file:

libexif Generated by doxygen