#include <XrdOlbPList.hh>

Public Member Functions | |
| XrdOlbPList * | Next () |
| char * | Path () |
| const char * | PType () |
| XrdOlbPList (const char *pname="", XrdOlbPInfo *pi=0) | |
| ~XrdOlbPList () | |
Private Attributes | |
| XrdOlbPList * | next |
| int | pathlen |
| char * | pathname |
| XrdOlbPInfo | pathmask |
Friends | |
| class | XrdOlbPList_Anchor |
| XrdOlbPList::XrdOlbPList | ( | const char * | pname = "", |
|
| XrdOlbPInfo * | pi = 0 | |||
| ) | [inline] |
References next, pathlen, pathmask, pathname, and XrdOlbPInfo::Set().
| XrdOlbPList::~XrdOlbPList | ( | ) | [inline] |
References pathname.
| XrdOlbPList* XrdOlbPList::Next | ( | ) | [inline] |
References next.
Referenced by XrdOlbServer::Login(), and XrdOlbConfig::MergeP().
| char* XrdOlbPList::Path | ( | ) | [inline] |
References pathname.
Referenced by XrdOlbServer::Login(), and XrdOlbConfig::MergeP().
| const char * XrdOlbPList::PType | ( | ) |
References pathmask, XrdOlbPInfo::rwvec, and XrdOlbPInfo::ssvec.
Referenced by XrdOlbServer::Login(), and XrdOlbConfig::MergeP().
friend class XrdOlbPList_Anchor [friend] |
XrdOlbPList* XrdOlbPList::next [private] |
int XrdOlbPList::pathlen [private] |
Referenced by XrdOlbPList_Anchor::Find(), XrdOlbPList_Anchor::Insert(), XrdOlbPList_Anchor::Type(), and XrdOlbPList().
XrdOlbPInfo XrdOlbPList::pathmask [private] |
char* XrdOlbPList::pathname [private] |
Referenced by XrdOlbPList_Anchor::Find(), XrdOlbPList_Anchor::Insert(), Path(), XrdOlbPList_Anchor::Type(), XrdOlbPList(), and ~XrdOlbPList().
1.7.1