#include <wvdiriter.h>
Collaboration diagram for WvDirIter:
Public Member Functions | |
WvDirIter (WvStringParm dirname, bool _recurse=true, bool _skip_mounts=false, size_t sizeof_stat=sizeof(struct stat)) | |
~WvDirIter () | |
bool | isok () const |
bool | isdir () const |
void | rewind () |
bool | next () |
void | up () |
const WvDirEnt * | ptr () const |
WvIterStuff (const WvDirEnt) | |
int | depth () const |
|
Definition at line 17 of file wvdiriter.cc. References opendir(), and WvStringParm. |
|
Definition at line 39 of file wvdiriter.cc. |
|
Definition at line 86 of file wvdiriter.h. |
|
Definition at line 51 of file wvdiriter.cc. |
|
Definition at line 45 of file wvdiriter.cc. |
|
Definition at line 76 of file wvdiriter.cc. References dirent::d_name, WvDirEnt::fullname, getdirname(), isok(), WvDirEnt::name, opendir(), readdir(), WvDirEnt::relname, and WvFastString::unlink(). Referenced by main(), UniConfFileTreeGen::refresh(), and WvX509Mgr::signedbyCAindir(). |
|
Definition at line 83 of file wvdiriter.h. |
|
Definition at line 57 of file wvdiriter.cc. References isok(), and rewinddir(). Referenced by main(), UniConfFileTreeGen::refresh(), and WvX509Mgr::signedbyCAindir(). |
|
Definition at line 80 of file wvdiriter.h. |
|
|