
Public Member Functions | |
| XrdPosixDir (int dirno, const char *path) | |
| ~XrdPosixDir () | |
| void | Lock () |
| void | UnLock () |
| int | dirNo () |
| long | getEntries () |
| long | getOffset () |
| void | setOffset (long offset) |
| dirent64 * | nextEntry (dirent64 *dp=0) |
| void | rewind () |
| int | Status () |
Private Attributes | |
| XrdSysMutex | myMutex |
| XrdClientAdmin | XAdmin |
| dirent64 * | myDirent |
| int | fdirno |
| char * | fpath |
| vecString | fentries |
| long | fentry |
| int | eNum |
Static Private Attributes | |
| int | maxname = 255 |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1