|
xrootd
|
#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 |
|
inline |
|
inline |
References Set().
|
inline |
References path.
|
inline |
References attrs.
|
inline |
References flags.
|
inline |
References name.
|
inline |
References next.
|
inline |
References path.
|
inline |
Referenced by XrdOucPListAnchor::About(), and XrdOucPListAnchor::Find().
|
inline |
References pathlen.
|
inline |
References attrs.
Referenced by XrdOucPList().
|
inline |
References flags.
|
inline |
|
friend |
| union { ... } |
| unsigned long long XrdOucPList::flags |
Referenced by XrdOucPListAnchor::Find(), Flag(), and Set().
|
private |
|
private |
Referenced by XrdOucPListAnchor::Match(), Path(), PathOK(), Set(), and ~XrdOucPList().
|
private |
Referenced by XrdOucPListAnchor::Insert(), XrdOucPListAnchor::Match(), PathOK(), Plen(), and Set().
1.8.5