DirectoryIterator(const std::string &path)
Constructor. 
bool hasNext()
Verifies if another entry exist in the directory. 
~DirectoryIterator()
Destructor. 
DirectoryIteratorPrivate * d
std::string currentPath()
Returns the path of the current entry. 
std::string next()
Advances the iterator and returns the name of the next entry. 
This file implements a directory iterator. 
std::string currentEntry()
Returns the name of the current entry.