|
libopenraw
0.3.7
|
Iterator for the metadata. More...
#include <metadata.hpp>
Public Member Functions | |
| MetadataIterator (RawFile &rf) | |
| bool | next () |
| bool | isInitialized () const |
| bool | isValid () const |
| Internals::IfdDir::Ref | getIfd () const |
| Get the IFD for the current entry. More... | |
| Option< ExifTagType > | getEntryType () const |
| Get the type of the current entry. | |
| Option< uint16_t > | getEntryId () const |
| Get the ID of the current entry. | |
| MetaValue * | getMetaValue () const |
Iterator for the metadata.
Definition at line 33 of file metadata.hpp.
| Internals::IfdDir::Ref OpenRaw::MetadataIterator::getIfd | ( | ) | const |
Get the IFD for the current entry.
Get the IFD type for the current entry.
Definition at line 97 of file metadata.cpp.
Referenced by or_metadata_iterator_get_entry().