xrootd
|
#include <XrdOfsHandle.hh>
Public Member Functions | |
XrdOfsHanKey & | operator= (const XrdOfsHanKey &rhs) |
int | operator== (const XrdOfsHanKey &oth) |
int | operator!= (const XrdOfsHanKey &oth) |
XrdOfsHanKey (const char *key=0, int kln=0) | |
~XrdOfsHanKey () | |
Public Attributes | |
const char * | Val |
unsigned int | Hash |
short | Len |
unsigned short | Links |
XrdOfsHanKey::XrdOfsHanKey | ( | const char * | key = 0 , |
int | kln = 0 |
||
) | [inline] |
References XrdOucCRC::CRC32(), and Hash.
XrdOfsHanKey::~XrdOfsHanKey | ( | ) | [inline] |
int XrdOfsHanKey::operator!= | ( | const XrdOfsHanKey & | oth | ) | [inline] |
XrdOfsHanKey& XrdOfsHanKey::operator= | ( | const XrdOfsHanKey & | rhs | ) | [inline] |
int XrdOfsHanKey::operator== | ( | const XrdOfsHanKey & | oth | ) | [inline] |
unsigned int XrdOfsHanKey::Hash |
Referenced by XrdOfsHanTab::Add(), XrdOfsHanTab::Expand(), XrdOfsHanTab::Find(), operator!=(), operator=(), operator==(), XrdOfsHanTab::Remove(), and XrdOfsHanKey().
short XrdOfsHanKey::Len |
Referenced by XrdOfsHandle::Hide(), operator!=(), operator=(), operator==(), and XrdOfsHandle::Retire().
unsigned short XrdOfsHanKey::Links |
const char* XrdOfsHanKey::Val |