#include <XrdOucPList.hh>
Public Member Functions | |
int | Attr () |
unsigned long long | Flag () |
const char * | Name () |
XrdOucPList * | Next () |
char * | Path () |
int | Plen () |
int | PathOK (const char *pd, const int pl) |
void | Set (int aval) |
void | Set (unsigned long long fval) |
void | Set (const char *pd, const char *pn) |
XrdOucPList (const char *pd="", unsigned long long fv=0) | |
XrdOucPList (const char *pd, const char *pn) | |
~XrdOucPList () | |
Private Attributes | |
union { | |
unsigned long long flags | |
char * name | |
}; | |
XrdOucPList * | next |
char * | path |
int | pathlen |
int | attrs |
Friends | |
class | XrdOucPListAnchor |
XrdOucPList::XrdOucPList | ( | const char * | pd = "" , |
|
unsigned long long | fv = 0 | |||
) | [inline] |
XrdOucPList::XrdOucPList | ( | const char * | pd, | |
const char * | pn | |||
) | [inline] |
References Set().
XrdOucPList::~XrdOucPList | ( | ) | [inline] |
References path.
int XrdOucPList::Attr | ( | ) | [inline] |
References attrs.
unsigned long long XrdOucPList::Flag | ( | ) | [inline] |
References flags.
const char* XrdOucPList::Name | ( | ) | [inline] |
References name.
XrdOucPList* XrdOucPList::Next | ( | ) | [inline] |
References next.
char* XrdOucPList::Path | ( | ) | [inline] |
References path.
int XrdOucPList::PathOK | ( | const char * | pd, | |
const int | pl | |||
) | [inline] |
Referenced by XrdOucPListAnchor::About(), and XrdOucPListAnchor::Find().
int XrdOucPList::Plen | ( | ) | [inline] |
References pathlen.
void XrdOucPList::Set | ( | const char * | pd, | |
const char * | pn | |||
) | [inline] |
void XrdOucPList::Set | ( | unsigned long long | fval | ) | [inline] |
References flags.
void XrdOucPList::Set | ( | int | aval | ) | [inline] |
References attrs.
Referenced by XrdOucPList().
friend class XrdOucPListAnchor [friend] |
union { ... } [private] |
int XrdOucPList::attrs [private] |
unsigned long long XrdOucPList::flags |
Referenced by XrdOucPListAnchor::Find(), Flag(), and Set().
char* XrdOucPList::name |
XrdOucPList* XrdOucPList::next [private] |
char* XrdOucPList::path [private] |
Referenced by XrdOucPListAnchor::Match(), Path(), PathOK(), Set(), and ~XrdOucPList().
int XrdOucPList::pathlen [private] |
Referenced by XrdOucPListAnchor::Insert(), XrdOucPListAnchor::Match(), PathOK(), Plen(), and Set().