24 #ifndef DIRECTORYITERATOR_H
25 #define DIRECTORYITERATOR_H
39 class DirectoryIteratorPrivate;
85 DirectoryIteratorPrivate *d;
This file defines library export definitions, version numbers and build information.
DirectoryIterator for iterating over files and directories.
DirectoryIterator(const std::string &path)
Constructor.
std::string currentEntry()
Returns the name of the current entry.
bool hasNext()
Verifies if another entry exist in the directory.
std::string currentPath()
Returns the path of the current entry.
~DirectoryIterator()
Destructor.
std::string next()
Advances the iterator and returns the name of the next entry.