#include <XrdOucPList.hh>
Inheritance diagram for XrdOucPList:
Public Member Functions | |
unsigned long long | Flag () |
XrdOucPList * | Next () |
char * | Path () |
int | Plen () |
int | PathOK (const char *pd, const int pl) |
void | Set (unsigned long long fval) |
XrdOucPList (const char *pd="", unsigned long long fv=0) | |
~XrdOucPList () | |
Private Attributes | |
unsigned long long | flags |
XrdOucPList * | next |
char * | path |
int | pathlen |
int | reserved |
Friends | |
class | XrdOucPListAnchor |
Definition at line 18 of file XrdOucPList.hh.
Definition at line 32 of file XrdOucPList.hh.
XrdOucPList::~XrdOucPList | ( | ) | [inline] |
Definition at line 22 of file XrdOucPList.hh.
References flags.
Referenced by XrdFrmConfig::ConfigMP(), XrdCmsConfig::MergeP(), XrdCmsConfig::xexpo(), and XrdOssSys::xpath().
XrdOucPList* XrdOucPList::Next | ( | ) | [inline] |
Definition at line 23 of file XrdOucPList.hh.
References next.
Referenced by XrdOssSys::ConfigStats(), and XrdCmsConfig::MergeP().
char* XrdOucPList::Path | ( | ) | [inline] |
Definition at line 24 of file XrdOucPList.hh.
References path.
Referenced by XrdFrmConfig::ConfigMP(), XrdOssSys::ConfigStats(), XrdCmsConfig::MergeP(), XrdCmsConfig::xexpo(), and XrdOssSys::xpath().
int XrdOucPList::Plen | ( | ) | [inline] |
Definition at line 25 of file XrdOucPList.hh.
References pathlen.
Referenced by XrdFrmConfig::ConfigMP().
int XrdOucPList::PathOK | ( | const char * | pd, | |
const int | pl | |||
) | [inline] |
Definition at line 30 of file XrdOucPList.hh.
References flags.
Referenced by XrdOssSys::Configure(), XrdCmsConfig::xexpo(), and XrdOssSys::xpath().
friend class XrdOucPListAnchor [friend] |
Definition at line 38 of file XrdOucPList.hh.
unsigned long long XrdOucPList::flags [private] |
XrdOucPList* XrdOucPList::next [private] |
Definition at line 43 of file XrdOucPList.hh.
Referenced by XrdOucPListAnchor::Empty(), XrdOucPListAnchor::Find(), XrdOucPListAnchor::First(), XrdOucPListAnchor::Insert(), XrdOucPListAnchor::Match(), Next(), and XrdOucPListAnchor::NotEmpty().
char* XrdOucPList::path [private] |
int XrdOucPList::pathlen [private] |
Definition at line 45 of file XrdOucPList.hh.
Referenced by XrdOucPListAnchor::Insert(), PathOK(), and Plen().
int XrdOucPList::reserved [private] |
Definition at line 46 of file XrdOucPList.hh.