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] |
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 XrdFrmConfig::ConfigMP(), and XrdFrmAdmin::x2xPaths().
void XrdOucPList::Set | ( | int | aval | ) | [inline] |
References attrs.
Referenced by XrdOssSys::ConfigMio(), XrdFrmConfig::ConfigMP(), XrdOssSys::ConfigStage(), XrdOssSys::Configure(), XrdOssSys::Create(), XrdCmsConfig::xexpo(), and XrdOssSys::xpath().
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 XrdOucPListAnchor::Find(), Flag(), and Set().
XrdOucPList* XrdOucPList::next [private] |
char* XrdOucPList::path [private] |
Referenced by XrdOucPListAnchor::Match(), Path(), PathOK(), and ~XrdOucPList().
int XrdOucPList::pathlen [private] |
Referenced by XrdOucPListAnchor::Insert(), XrdOucPListAnchor::Match(), PathOK(), and Plen().