|
xrootd
|
#include <XrdOucPList.hh>


Public Member Functions | |
| int | Attr () |
| unsigned long long | Flag () |
| XrdOucPList * | Next () |
| char * | Path () |
| int | Plen () |
| int | PathOK (const char *pd, const int pl) |
| void | Set (int aval) |
| 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 | attrs |
Friends | |
| class | XrdOucPListAnchor |
| XrdOucPList::XrdOucPList | ( | const char * | pd = "", |
| unsigned long long | fv = 0 |
||
| ) | [inline] |
| XrdOucPList::~XrdOucPList | ( | ) | [inline] |
References path.
| int XrdOucPList::Attr | ( | ) | [inline] |
References attrs.
| unsigned long long XrdOucPList::Flag | ( | ) | [inline] |
| XrdOucPList* XrdOucPList::Next | ( | ) | [inline] |
| char* XrdOucPList::Path | ( | ) | [inline] |
References path.
Referenced by XrdCmsConfig::MergeP(), XrdFrmAdmin::x2xPaths(), XrdFrmConfig::ConfigMP(), XrdOssSys::Config_Display(), XrdOssSys::ConfigSpace(), XrdOssSys::ConfigStage(), and XrdOssSys::ConfigStats().
| int XrdOucPList::PathOK | ( | const char * | pd, |
| const int | pl | ||
| ) | [inline] |
Referenced by XrdOucPListAnchor::About(), and XrdOucPListAnchor::Find().
| int XrdOucPList::Plen | ( | ) | [inline] |
References pathlen.
Referenced by XrdFrmAdmin::x2xPaths(), and XrdFrmConfig::ConfigMP().
| void XrdOucPList::Set | ( | int | aval | ) | [inline] |
References attrs.
Referenced by XrdFrmConfig::ConfigMP(), XrdOssSys::Configure(), XrdOssSys::ConfigMio(), XrdOssSys::ConfigStage(), XrdOssSys::Create(), and XrdOucExport::ParsePath().
| void XrdOucPList::Set | ( | unsigned long long | fval | ) | [inline] |
References flags.
friend class XrdOucPListAnchor [friend] |
int XrdOucPList::attrs [private] |
unsigned long long XrdOucPList::flags [private] |
Referenced by Flag(), Set(), and XrdOucPListAnchor::Find().
XrdOucPList* XrdOucPList::next [private] |
char* XrdOucPList::path [private] |
Referenced by Path(), PathOK(), ~XrdOucPList(), and XrdOucPListAnchor::Match().
int XrdOucPList::pathlen [private] |
Referenced by Plen(), PathOK(), XrdOucPListAnchor::Match(), and XrdOucPListAnchor::Insert().
1.7.5