xrootd
|
#include <XrdSysDir.hh>
Public Member Functions | |
XrdSysDir (const char *path) | |
virtual | ~XrdSysDir () |
bool | isValid () |
int | lastError () |
char * | nextEntry () |
Private Attributes | |
void * | dhandle |
int | lasterr |
XrdSysDir::~XrdSysDir | ( | ) | [virtual] |
References closedir(), and dhandle.
bool XrdSysDir::isValid | ( | ) | [inline] |
References dhandle.
int XrdSysDir::lastError | ( | ) | [inline] |
References lasterr.
Referenced by XrdCpWorkLst::SetSrc().
char * XrdSysDir::nextEntry | ( | ) |
References dhandle, lasterr, and readdir().
Referenced by XrdCpWorkLst::BuildWorkList_loc().
void* XrdSysDir::dhandle [private] |
Referenced by isValid(), nextEntry(), XrdSysDir(), and ~XrdSysDir().
int XrdSysDir::lasterr [private] |
Referenced by lastError(), nextEntry(), and XrdSysDir().