#include <StatDir.H>
Public Member Functions | |
DirIter (const DirObj *dirObj) throw (FS::Failure, FS::DoesNotExist) | |
bool | Next (DirEntry *&entry) throw (StatError::EndOfFile, FS::Failure, FS::DoesNotExist) |
Private Attributes | |
Text | path |
bool | done |
DIR * | dir |
|
Definition at line 76 of file StatDir.C. References opendir(). |
|
Definition at line 103 of file StatDir.C. References closedir(), DirEntry::FSStat(), and DirEntry::Open(). Referenced by DirObj::Search(). |
|
|
|
|
|
|