#include <tiffcomposite.hpp>


Public Member Functions | |
Creators | |
| TiffEntryBase (uint16_t tag, uint16_t group) | |
| Default constructor. | |
| virtual | ~TiffEntryBase () |
| Virtual destructor. | |
Accessors | |
| TypeId | typeId () const |
| Return the Exiv2 type which corresponds to the field type. | |
| uint32_t | count () const |
| Return the number of components in this entry. | |
| uint32_t | offset () const |
| uint32_t | size () const |
| Return the size of this component in bytes. | |
| const byte * | pData () const |
| Return a pointer to the data area of this component. | |
| const Value * | pValue () const |
| Return a pointer to the converted value of this component. | |
Friends | |
| class | TiffReader |
| uint32_t Exiv2::TiffEntryBase::offset | ( | ) | const [inline] |
Return the offset to the data area relative to the base for the component (usually the start of the TIFF header)
1.5.4