libopenraw
|
#include <ifdentry.h>
Static Public Member Functions | |
static T | EL (const uint8_t *d) |
static T | BE (const uint8_t *d) |
static T | get (IFDEntry &e, uint32_t idx=0, bool ignore_type=false) throw (BadTypeException, OutOfRangeException, TooBigException) |
Static Public Attributes | |
static const uint16_t | type |
static const size_t | size |
Describe and IFDType
Definition at line 43 of file ifdentry.h.
|
static |
get the value of type T
T | the type of the value needed |
idx | the index, by default 0 |
ignore_type | if true, don't check type. DANGEROUS Default is false. |
BadTypeException | in case of wrong typing. |
OutOfRangeException | in case of subscript out of range |
Definition at line 211 of file ifdentry.h.
References OpenRaw::Internals::RawContainer::ENDIAN_LITTLE.
Referenced by OpenRaw::Internals::IFDDir::getIntegerValue(), and OpenRaw::Internals::IFDDir::getValue().
|
static |
the storage size unit in IFD
Definition at line 46 of file ifdentry.h.
|
static |
the EXIF enum for the type
Definition at line 45 of file ifdentry.h.