![]() |
XRootD
|
#include <XrdSutPFEntry.hh>
Public Member Functions | |
XrdSutPFEntry (const char *n=0, short st=0, short cn=0, kXR_int32 mt=0) | |
XrdSutPFEntry (const XrdSutPFEntry &e) | |
virtual | ~XrdSutPFEntry () |
char * | AsString () const |
kXR_int32 | Length () const |
XrdSutPFEntry & | operator= (const XrdSutPFEntry &pfe) |
void | Reset () |
void | SetName (const char *n=0) |
Public Attributes | |
XrdSutPFBuf | buf1 |
XrdSutPFBuf | buf2 |
XrdSutPFBuf | buf3 |
XrdSutPFBuf | buf4 |
short | cnt |
kXR_int32 | mtime |
char * | name |
XrdSysMutex | pfeMutex |
short | status |
Definition at line 78 of file XrdSutPFEntry.hh.
XrdSutPFEntry::XrdSutPFEntry | ( | const char * | n = 0, |
short | st = 0, | ||
short | cn = 0, | ||
kXR_int32 | mt = 0 ) |
Definition at line 85 of file XrdSutPFEntry.cc.
References cnt, mtime, name, and status.
Referenced by XrdSutPFEntry(), and operator=().
XrdSutPFEntry::XrdSutPFEntry | ( | const XrdSutPFEntry & | e | ) |
|
inlinevirtual |
char * XrdSutPFEntry::AsString | ( | ) | const |
Definition at line 152 of file XrdSutPFEntry.cc.
References buf1, buf2, buf3, buf4, cnt, mtime, name, status, and XrdSutTimeString().
Referenced by GetEntry(), and main().
|
inline |
XrdSutPFEntry & XrdSutPFEntry::operator= | ( | const XrdSutPFEntry & | pfe | ) |
Definition at line 170 of file XrdSutPFEntry.cc.
References XrdSutPFEntry(), XrdSutPFBuf::buf, buf1, buf2, buf3, buf4, cnt, mtime, name, SetName(), and status.
void XrdSutPFEntry::Reset | ( | ) |
Definition at line 119 of file XrdSutPFEntry.cc.
References buf1, buf2, buf3, buf4, cnt, mtime, name, and status.
Referenced by main(), and XrdSutPFile::ReadEntry().
void XrdSutPFEntry::SetName | ( | const char * | n = 0 | ) |
Definition at line 136 of file XrdSutPFEntry.cc.
References name.
Referenced by GetEntry(), XrdSutPFCache::Load(), main(), operator=(), XrdSutPFile::ReadEntry(), and XrdSutPFile::ReadEntry().
XrdSutPFBuf XrdSutPFEntry::buf1 |
Definition at line 84 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), AddPassword(), AddPassword(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), XrdSecProtocolpwd::Init(), Length(), main(), operator=(), and Reset().
XrdSutPFBuf XrdSutPFEntry::buf2 |
Definition at line 85 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), AddPassword(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), Length(), main(), operator=(), and Reset().
XrdSutPFBuf XrdSutPFEntry::buf3 |
Definition at line 86 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), Length(), main(), operator=(), and Reset().
XrdSutPFBuf XrdSutPFEntry::buf4 |
Definition at line 87 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), Length(), main(), operator=(), and Reset().
short XrdSutPFEntry::cnt |
Definition at line 82 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), XrdSutPFEntry(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), GetEntry(), main(), operator=(), Reset(), and XrdSutPFile::UpdateCount().
kXR_int32 XrdSutPFEntry::mtime |
Definition at line 83 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), XrdSutPFEntry(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), XrdSutPFCache::Flush(), main(), operator=(), Reset(), and XrdSutPFile::UpdateCount().
char* XrdSutPFEntry::name |
Definition at line 80 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), XrdSutPFEntry(), ~XrdSutPFEntry(), AsString(), XrdSutPFCache::Dump(), main(), operator=(), Reset(), SetName(), and XrdSutPFile::WriteEntry().
XrdSysMutex XrdSutPFEntry::pfeMutex |
Definition at line 88 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFCache::Get().
short XrdSutPFEntry::status |
Definition at line 81 of file XrdSutPFEntry.hh.
Referenced by XrdSutPFEntry(), XrdSutPFEntry(), AsString(), XrdSutPFile::Browse(), XrdSutPFCache::Dump(), main(), operator=(), Reset(), and XrdSutPFile::SearchSpecialEntries().