xrootd
|
#include <XrdOucHash.hh>
Public Member Functions | |
int | Count () |
T * | Data () |
unsigned long | Hash () |
const char * | Key () |
XrdOucHash_Item< T > * | Next () |
time_t | Time () |
void | Update (int newcount, time_t newtime) |
int | Same (const unsigned long KeyHash, const char *KeyVal) |
void | SetNext (XrdOucHash_Item< T > *item) |
XrdOucHash_Item (unsigned long KeyHash, const char *KeyVal, T *KeyData, time_t KeyTime, XrdOucHash_Item< T > *KeyNext, XrdOucHash_Options KeyOpts) | |
~XrdOucHash_Item () | |
Private Attributes | |
XrdOucHash_Item< T > * | next |
const char * | keyval |
unsigned long | keyhash |
T * | keydata |
time_t | keytime |
int | keycount |
XrdOucHash_Options | entopts |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |