#include <XrdOucPList.hh>
Public Member Functions | |
XrdOucPList * | About (const char *pathname) |
void | Default (unsigned long long x) |
unsigned long long | Default () |
void | Defstar (unsigned long long x) |
void | Empty (XrdOucPList *newlist=0) |
unsigned long long | Find (const char *pathname) |
XrdOucPList * | Match (const char *pathname) |
XrdOucPList * | First () |
void | Insert (XrdOucPList *newitem) |
int | NotEmpty () |
XrdOucPListAnchor (unsigned long long dfx=0) | |
~XrdOucPListAnchor () | |
Private Attributes | |
unsigned long long | dflts |
unsigned long long | dstrs |
XrdOucPListAnchor::XrdOucPListAnchor | ( | unsigned long long | dfx = 0 |
) | [inline] |
XrdOucPListAnchor::~XrdOucPListAnchor | ( | ) | [inline] |
XrdOucPList* XrdOucPListAnchor::About | ( | const char * | pathname | ) | [inline] |
References XrdOucPList::next, and XrdOucPList::PathOK().
unsigned long long XrdOucPListAnchor::Default | ( | ) | [inline] |
References dflts.
void XrdOucPListAnchor::Default | ( | unsigned long long | x | ) | [inline] |
References dflts.
void XrdOucPListAnchor::Defstar | ( | unsigned long long | x | ) | [inline] |
References dstrs.
void XrdOucPListAnchor::Empty | ( | XrdOucPList * | newlist = 0 |
) | [inline] |
References XrdOucPList::next.
unsigned long long XrdOucPListAnchor::Find | ( | const char * | pathname | ) | [inline] |
References dflts, dstrs, XrdOucPList::flags, XrdOucPList::next, and XrdOucPList::PathOK().
Referenced by XrdOssSys::IsRemote(), and XrdOssSys::PathOpts().
XrdOucPList* XrdOucPListAnchor::First | ( | ) | [inline] |
References XrdOucPList::next.
void XrdOucPListAnchor::Insert | ( | XrdOucPList * | newitem | ) | [inline] |
References XrdOucPList::next, and XrdOucPList::pathlen.
XrdOucPList* XrdOucPListAnchor::Match | ( | const char * | pathname | ) | [inline] |
References XrdOucPList::next, XrdOucPList::path, and XrdOucPList::pathlen.
int XrdOucPListAnchor::NotEmpty | ( | ) | [inline] |
References XrdOucPList::next.
unsigned long long XrdOucPListAnchor::dflts [private] |
unsigned long long XrdOucPListAnchor::dstrs [private] |