![]() |
Exiv2
|
Structure for an index into the array set of complex binary arrays. More...
Classes | |
| struct | Key |
| Key for comparisons. More... | |
Public Member Functions | |
| bool | operator== (const Key &key) const |
| Comparison operator for a key. | |
Public Attributes | |
| uint16_t | tag_ |
| Tag number of the binary array. | |
| const char * | ver_ |
| Version string. | |
| uint32_t | size_ |
| Size of the data. | |
| int | idx_ |
| Index into the array set. | |
| uint32_t | start_ |
| Start of the encrypted data. | |
Structure for an index into the array set of complex binary arrays.
|
inline |
Comparison operator for a key.
References Exiv2::Internal::NikonArrayIdx::Key::size_, size_, Exiv2::Internal::NikonArrayIdx::Key::tag_, tag_, Exiv2::Internal::NikonArrayIdx::Key::ver_, and ver_.
| uint32_t Exiv2::Internal::NikonArrayIdx::size_ |
Size of the data.
Referenced by operator==().
| uint16_t Exiv2::Internal::NikonArrayIdx::tag_ |
Tag number of the binary array.
Referenced by operator==().
| const char* Exiv2::Internal::NikonArrayIdx::ver_ |
Version string.
Referenced by operator==().