Tag Parser
6.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The FileElementIterator class helps iterating through the children of a FileElement. More...
#include <genericfileelement.h>
Public Member Functions | |
FileElementIterator (ImplementationType *element=nullptr) | |
Constructs a new iterator for the specified element. More... | |
ImplementationType * | operator* () |
Returns a reference to the current element. More... | |
const ImplementationType * | operator* () const |
Returns a reference the current element (constant). More... | |
operator bool () const | |
Returns whether the iterator points to an element. More... | |
FileElementIterator< ImplementationType > & | operator++ () |
Moves to the next sibling. More... | |
The FileElementIterator class helps iterating through the children of a FileElement.
Definition at line 34 of file genericfileelement.h.
|
inline |
Constructs a new iterator for the specified element.
Definition at line 52 of file genericfileelement.h.
|
inline |
Returns whether the iterator points to an element.
Definition at line 89 of file genericfileelement.h.
|
inline |
Returns a reference to the current element.
Definition at line 60 of file genericfileelement.h.
|
inline |
Returns a reference the current element (constant).
Definition at line 69 of file genericfileelement.h.
|
inline |
Moves to the next sibling.
Definition at line 78 of file genericfileelement.h.