#include <tiffcomposite.hpp>
Inheritance diagram for Exiv2::TiffArrayEntry:
Public Member Functions | |
Creators | |
TiffArrayEntry (uint16_t tag, uint16_t group, uint16_t elGroup, uint16_t elSize) | |
Default constructor. | |
virtual | ~TiffArrayEntry () |
Virtual destructor. | |
Accessors | |
uint16_t | elSize () const |
Return the type for the array elements. | |
uint16_t | elGroup () const |
Return the group for the array elements. |