#include <XrdCmsPList.hh>
Definition at line 70 of file XrdCmsPList.hh.
◆ XrdCmsPList()
XrdCmsPList::XrdCmsPList |
( |
const char * |
pname = "" , |
|
|
XrdCmsPInfo * |
pi = 0 |
|
) |
| |
|
inline |
Definition at line 79 of file XrdCmsPList.hh.
80 : next(0), pathname(strdup(pname)), pathlen(strlen(pname)),
81 pathtype(0) {
if (pi) pathmask.
Set(pi);}
void Set(const XrdCmsPInfo *pi)
References XrdCmsPInfo::Set().
◆ ~XrdCmsPList()
XrdCmsPList::~XrdCmsPList |
( |
| ) |
|
|
inline |
Definition at line 83 of file XrdCmsPList.hh.
83 {
if (pathname) free(pathname);}
◆ Next()
◆ Path()
char* XrdCmsPList::Path |
( |
| ) |
|
|
inline |
◆ PType()
const char * XrdCmsPList::PType |
( |
| ) |
|
◆ XrdCmsPList_Anchor
The documentation for this class was generated from the following files: