#include <DirectoryIterator_private.h>
Public Member Functions | |
DirectoryIteratorPrivate (const std::string &path) | |
bool | hasNext () |
std::string | next () |
void | skip () |
~DirectoryIteratorPrivate () | |
Public Attributes | |
DirectoryIteratorPrivateData * | d |
std::string | mDirectory |
std::string | mEntry |
bool | mValid |
Definition at line 33 of file DirectoryIterator_private.h.
alvar::DirectoryIteratorPrivate::DirectoryIteratorPrivate | ( | const std::string & | path | ) |
Definition at line 43 of file DirectoryIterator_unix.cpp.
alvar::DirectoryIteratorPrivate::~DirectoryIteratorPrivate | ( | ) |
Definition at line 54 of file DirectoryIterator_unix.cpp.
bool alvar::DirectoryIteratorPrivate::hasNext | ( | ) |
Definition at line 60 of file DirectoryIterator_unix.cpp.
std::string alvar::DirectoryIteratorPrivate::next | ( | ) |
Definition at line 78 of file DirectoryIterator_unix.cpp.
void alvar::DirectoryIteratorPrivate::skip | ( | ) |
Definition at line 97 of file DirectoryIterator_unix.cpp.
DirectoryIteratorPrivateData* alvar::DirectoryIteratorPrivate::d |
Definition at line 42 of file DirectoryIterator_private.h.
std::string alvar::DirectoryIteratorPrivate::mDirectory |
Definition at line 43 of file DirectoryIterator_private.h.
std::string alvar::DirectoryIteratorPrivate::mEntry |
Definition at line 44 of file DirectoryIterator_private.h.
bool alvar::DirectoryIteratorPrivate::mValid |
Definition at line 45 of file DirectoryIterator_private.h.