|
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 () |
| kXR_int32 | Length () const |
| void | Reset () |
| void | SetName (const char *n=0) |
| char * | AsString () const |
| XrdSutPFEntry & | operator= (const XrdSutPFEntry &pfe) |
Public Attributes | |
| char * | name |
| short | status |
| short | cnt |
| kXR_int32 | mtime |
| XrdSutPFBuf | buf1 |
| XrdSutPFBuf | buf2 |
| XrdSutPFBuf | buf3 |
| XrdSutPFBuf | buf4 |
| XrdSysMutex | pfeMutex |
| XrdSutPFEntry::XrdSutPFEntry | ( | const char * | n = 0, |
| short | st = 0, |
||
| short | cn = 0, |
||
| kXR_int32 | mt = 0 |
||
| ) |
| XrdSutPFEntry::XrdSutPFEntry | ( | const XrdSutPFEntry & | e | ) |
|
inlinevirtual |
References name.
| char* XrdSutPFEntry::AsString | ( | ) | const |
|
inline |
References buf1, buf2, buf3, buf4, and XrdSutPFBuf::len.
| XrdSutPFEntry& XrdSutPFEntry::operator= | ( | const XrdSutPFEntry & | pfe | ) |
| void XrdSutPFEntry::Reset | ( | ) |
| void XrdSutPFEntry::SetName | ( | const char * | n = 0 | ) |
| XrdSutPFBuf XrdSutPFEntry::buf1 |
Referenced by Length().
| XrdSutPFBuf XrdSutPFEntry::buf2 |
Referenced by Length().
| XrdSutPFBuf XrdSutPFEntry::buf3 |
Referenced by Length().
| XrdSutPFBuf XrdSutPFEntry::buf4 |
Referenced by Length().
| short XrdSutPFEntry::cnt |
| kXR_int32 XrdSutPFEntry::mtime |
| char* XrdSutPFEntry::name |
Referenced by ~XrdSutPFEntry().
| XrdSysMutex XrdSutPFEntry::pfeMutex |
| short XrdSutPFEntry::status |