#include <XrdOucPList.hh>
Definition at line 88 of file XrdOucPList.hh.
◆ XrdOucPListAnchor()
XrdOucPListAnchor::XrdOucPListAnchor |
( |
unsigned long long |
dfx = 0 | ) |
|
|
inline |
◆ ~XrdOucPListAnchor()
XrdOucPListAnchor::~XrdOucPListAnchor |
( |
| ) |
|
|
inline |
◆ About()
XrdOucPList* XrdOucPListAnchor::About |
( |
const char * |
pathname | ) |
|
|
inline |
◆ Default() [1/2]
unsigned long long XrdOucPListAnchor::Default |
( |
| ) |
|
|
inline |
◆ Default() [2/2]
void XrdOucPListAnchor::Default |
( |
unsigned long long |
x | ) |
|
|
inline |
◆ Defstar()
void XrdOucPListAnchor::Defstar |
( |
unsigned long long |
x | ) |
|
|
inline |
◆ Empty()
void XrdOucPListAnchor::Empty |
( |
XrdOucPList * |
newlist = 0 | ) |
|
|
inline |
Definition at line 106 of file XrdOucPList.hh.
108 while(p) {next = p->next;
delete p; p = next;}
◆ Find()
unsigned long long XrdOucPListAnchor::Find |
( |
const char * |
pathname | ) |
|
|
inline |
Definition at line 112 of file XrdOucPList.hh.
113 {
int plen = strlen(pathname);
115 while(p) {
if (p->
PathOK(pathname, plen))
break;
118 if (p)
return p->flags;
119 return (*pathname ==
'/' ? dflts : dstrs);
References XrdOucPList::PathOK().
Referenced by XrdSsiSfs::chmod(), XrdSsiSfs::exists(), XrdOfs::FAttr(), XrdSsiSfs::fsctl(), XrdOssSys::IsRemote(), XrdSsiSfs::mkdir(), XrdFrmConfig::NeedsCTA(), XrdPssFile::Open(), XrdSsiDir::open(), XrdSsiFile::open(), XrdFrmConfig::PathOpts(), XrdOssSys::PathOpts(), XrdSsiSfs::rem(), XrdSsiSfs::remdir(), XrdSsiSfs::rename(), XrdSsiSfs::stat(), XrdSsiSfs::truncate(), and XrdSsiStatInfo().
◆ First()
◆ Insert()
void XrdOucPListAnchor::Insert |
( |
XrdOucPList * |
newitem | ) |
|
|
inline |
◆ Match()
XrdOucPList* XrdOucPListAnchor::Match |
( |
const char * |
pathname | ) |
|
|
inline |
◆ NotEmpty()
int XrdOucPListAnchor::NotEmpty |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: