xrootd
|
#include <XrdCmsPList.hh>
Public Member Functions | |
XrdCmsPList * | Next () |
char * | Path () |
const char * | PType () |
XrdCmsPList (const char *pname="", XrdCmsPInfo *pi=0) | |
~XrdCmsPList () | |
Private Attributes | |
XrdCmsPInfo | pathmask |
XrdCmsPList * | next |
char * | pathname |
int | pathlen |
char | pathtype |
char | reserved [3] |
Friends | |
class | XrdCmsPList_Anchor |
XrdCmsPList::XrdCmsPList | ( | const char * | pname = "" , |
XrdCmsPInfo * | pi = 0 |
||
) | [inline] |
References pathmask, and XrdCmsPInfo::Set().
XrdCmsPList::~XrdCmsPList | ( | ) | [inline] |
References pathname.
XrdCmsPList* XrdCmsPList::Next | ( | ) | [inline] |
References next.
Referenced by XrdCmsConfig::MergeP().
char* XrdCmsPList::Path | ( | ) | [inline] |
References pathname.
Referenced by XrdCmsConfig::MergeP().
const char * XrdCmsPList::PType | ( | ) |
References pathmask, XrdCmsPInfo::rwvec, and XrdCmsPInfo::ssvec.
Referenced by XrdCmsConfig::MergeP().
friend class XrdCmsPList_Anchor [friend] |
XrdCmsPList* XrdCmsPList::next [private] |
int XrdCmsPList::pathlen [private] |
XrdCmsPInfo XrdCmsPList::pathmask [private] |
char* XrdCmsPList::pathname [private] |
char XrdCmsPList::pathtype [private] |
char XrdCmsPList::reserved[3] [private] |