Public Member Functions | List of all members
File::FileIterator Class Reference

Non-recursive iteration over a directory's contents. More...

#include <File.hpp>

Public Member Functions

bool hasNext () const
 Returns true if there is another item available in the iterator. More...
 
File next ()
 Get the next item in the iterator. More...
 

Detailed Description

Non-recursive iteration over a directory's contents.

Member Function Documentation

◆ hasNext()

bool hasNext ( ) const
inline

Returns true if there is another item available in the iterator.

◆ next()

File next ( )
inline

Get the next item in the iterator.


The documentation for this class was generated from the following file: