#include <DirectoryIterator.hpp>
Public Methods | |
DirectoryIterator () | |
DirectoryIterator (const std::string &path, bool relative=true) | |
~DirectoryIterator () | |
void | operator++ (int) |
void | operator++ () |
bool | operator== (const DirectoryIterator &other) |
const std::string & | operator * () |
const std::string & | base () const |
void | close () |
Static Public Methods | |
const DirectoryIterator & | end () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|