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 |
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] |
Referenced by XrdOucHash< T >::Add(), and XrdOucHash< T >::Del().
T* XrdOucHash_Item< T >::Data | ( | ) | [inline] |
Referenced by XrdOucHash< T >::Add(), XrdOucHash< T >::Apply(), and XrdOucHash< T >::Find().
unsigned long XrdOucHash_Item< T >::Hash | ( | ) | [inline] |
Referenced by XrdOucHash< T >::Expand().
const char* XrdOucHash_Item< T >::Key | ( | ) | [inline] |
Referenced by XrdOucHash< T >::Apply().
XrdOucHash_Item<T>* XrdOucHash_Item< T >::Next | ( | ) | [inline] |
int XrdOucHash_Item< T >::Same | ( | const unsigned long | KeyHash, |
const char * | KeyVal | ||
) | [inline] |
Referenced by XrdOucHash< T >::Search().
void XrdOucHash_Item< T >::SetNext | ( | XrdOucHash_Item< T > * | item | ) | [inline] |
Referenced by XrdOucHash< T >::Apply(), XrdOucHash< T >::Expand(), and XrdOucHash< T >::Remove().
time_t XrdOucHash_Item< T >::Time | ( | ) | [inline] |
Referenced by XrdOucHash< T >::Add(), XrdOucHash< T >::Apply(), and XrdOucHash< T >::Find().
void XrdOucHash_Item< T >::Update | ( | int | newcount, |
time_t | newtime | ||
) | [inline] |
Referenced by XrdOucHash< T >::Add(), and XrdOucHash< T >::Del().
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] |