Recursive iteration into a directory structure (URI version). More...
Public Member Functions | |
bool | hasNext () const override |
Returns true if there is another item available in the iterator. More... | |
std::unique_ptr< Uri > | next () override |
Get the next item in the iterator. More... | |
Public Member Functions inherited from RecursiveUriIterator | |
virtual | ~RecursiveUriIterator ()=default |
Destroy the iterator instance. More... | |
Recursive iteration into a directory structure (URI version).
|
inlineoverridevirtual |
Returns true if there is another item available in the iterator.
Implements RecursiveUriIterator.
|
inlineoverridevirtual |
Get the next item in the iterator.
Implements RecursiveUriIterator.