#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);}
Referenced by Next().
◆ ~XrdCmsPList()
XrdCmsPList::~XrdCmsPList |
( |
| ) |
|
|
inline |
◆ Next()
◆ Path()
char * XrdCmsPList::Path |
( |
| ) |
|
|
inline |
◆ PType()
const char * XrdCmsPList::PType |
( |
| ) |
|
Definition at line 212 of file XrdCmsPList.cc.
213{
214 if (pathmask.ssvec) return (pathmask.rwvec ? "ws" : "rs");
215 return (pathmask.rwvec ? "w" : "r");
216}
◆ XrdCmsPList_Anchor
The documentation for this class was generated from the following files: