#include <XrdSysDir.hh>
Public Member Functions | |
XrdSysDir (const char *path) | |
virtual | ~XrdSysDir () |
bool | isValid () |
int | lastError () |
char * | nextEntry () |
Private Attributes | |
void * | dhandle |
int | lasterr |
Definition at line 29 of file XrdSysDir.hh.
XrdSysDir::XrdSysDir | ( | const char * | path | ) |
Definition at line 34 of file XrdSysDir.cc.
References dhandle, HANDLE, INVALID_HANDLE_VALUE, lasterr, and opendir.
XrdSysDir::~XrdSysDir | ( | ) | [virtual] |
bool XrdSysDir::isValid | ( | ) | [inline] |
int XrdSysDir::lastError | ( | ) | [inline] |
char * XrdSysDir::nextEntry | ( | ) |
void* XrdSysDir::dhandle [private] |
Definition at line 40 of file XrdSysDir.hh.
Referenced by isValid(), nextEntry(), XrdSysDir(), and ~XrdSysDir().
int XrdSysDir::lasterr [private] |
Definition at line 41 of file XrdSysDir.hh.
Referenced by lastError(), nextEntry(), and XrdSysDir().