#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 |
XrdOucHash_Item< T >::XrdOucHash_Item | ( | unsigned long | KeyHash, | |
const char * | KeyVal, | |||
T * | KeyData, | |||
time_t | KeyTime, | |||
XrdOucHash_Item< T > * | KeyNext, | |||
XrdOucHash_Options | KeyOpts | |||
) | [inline] |
XrdOucHash_Item< T >::~XrdOucHash_Item | ( | ) | [inline] |
int XrdOucHash_Item< T >::Count | ( | ) | [inline] |
T* XrdOucHash_Item< T >::Data | ( | ) | [inline] |
unsigned long XrdOucHash_Item< T >::Hash | ( | ) | [inline] |
const char* XrdOucHash_Item< T >::Key | ( | ) | [inline] |
XrdOucHash_Item<T>* XrdOucHash_Item< T >::Next | ( | ) | [inline] |
int XrdOucHash_Item< T >::Same | ( | const unsigned long | KeyHash, | |
const char * | KeyVal | |||
) | [inline] |
void XrdOucHash_Item< T >::SetNext | ( | XrdOucHash_Item< T > * | item | ) | [inline] |
time_t XrdOucHash_Item< T >::Time | ( | ) | [inline] |
void XrdOucHash_Item< T >::Update | ( | int | newcount, | |
time_t | newtime | |||
) | [inline] |
XrdOucHash_Options XrdOucHash_Item< T >::entopts [private] |
int XrdOucHash_Item< T >::keycount [private] |
T* XrdOucHash_Item< T >::keydata [private] |
unsigned long XrdOucHash_Item< T >::keyhash [private] |
time_t XrdOucHash_Item< T >::keytime [private] |
const char* XrdOucHash_Item< T >::keyval [private] |
XrdOucHash_Item<T>* XrdOucHash_Item< T >::next [private] |