Non-recursive iteration over a directory's contents (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 UriIterator | |
virtual | ~UriIterator ()=default |
Destroy the iterator instance. More... | |
Non-recursive iteration over a directory's contents (URI version).
|
inlineoverridevirtual |
Returns true if there is another item available in the iterator.
Implements UriIterator.
|
inlineoverridevirtual |
Get the next item in the iterator.
Implements UriIterator.