#include <XrdSutCacheEntry.hh>
Public Member Functions | |
XrdSutCacheEntry (const char *n=0, short st=0, short cn=0, kXR_int32 mt=0) | |
XrdSutCacheEntry (const XrdSutCacheEntry &e) | |
virtual | ~XrdSutCacheEntry () |
kXR_int32 | Length () const |
void | Reset () |
void | SetName (const char *n=0) |
char * | AsString () const |
XrdSutCacheEntry & | operator= (const XrdSutCacheEntry &pfe) |
Public Attributes | |
char * | name |
short | status |
short | cnt |
kXR_int32 | mtime |
XrdSutCacheEntryBuf | buf1 |
XrdSutCacheEntryBuf | buf2 |
XrdSutCacheEntryBuf | buf3 |
XrdSutCacheEntryBuf | buf4 |
XrdSysRWLock | rwmtx |
XrdSutCacheEntry::XrdSutCacheEntry | ( | const char * | n = 0 , |
|
short | st = 0 , |
|||
short | cn = 0 , |
|||
kXR_int32 | mt = 0 | |||
) |
XrdSutCacheEntry::XrdSutCacheEntry | ( | const XrdSutCacheEntry & | e | ) |
virtual XrdSutCacheEntry::~XrdSutCacheEntry | ( | ) | [inline, virtual] |
References name.
char* XrdSutCacheEntry::AsString | ( | ) | const |
kXR_int32 XrdSutCacheEntry::Length | ( | ) | const [inline] |
References buf1, buf2, buf3, buf4, and XrdSutCacheEntryBuf::len.
XrdSutCacheEntry& XrdSutCacheEntry::operator= | ( | const XrdSutCacheEntry & | pfe | ) |
void XrdSutCacheEntry::Reset | ( | ) |
void XrdSutCacheEntry::SetName | ( | const char * | n = 0 |
) |
Referenced by Length().
Referenced by Length().
Referenced by Length().
Referenced by Length().
short XrdSutCacheEntry::cnt |
char* XrdSutCacheEntry::name |
Referenced by ~XrdSutCacheEntry().
Referenced by XrdSutCache::Get().
short XrdSutCacheEntry::status |
Referenced by XrdSutCache::Get().