![]() |
XRootD
|
#include <XrdOucHash.hh>
Public Member Functions | |
XrdOucHash_Item (unsigned long KeyHash, const char *KeyVal, T *KeyData, time_t KeyTime, XrdOucHash_Item< T > *KeyNext, XrdOucHash_Options KeyOpts) | |
~XrdOucHash_Item () | |
int | Count () |
T * | Data () |
unsigned long | Hash () |
const char * | Key () |
XrdOucHash_Item< T > * | Next () |
int | Same (const unsigned long KeyHash, const char *KeyVal) |
void | SetNext (XrdOucHash_Item< T > *item) |
time_t | Time () |
void | Update (int newcount, time_t newtime) |
Definition at line 61 of file XrdOucHash.hh.
|
inline |
|
inline |
|
inline |
Definition at line 64 of file XrdOucHash.hh.
Referenced by XrdOucHash< T >::Add().
|
inline |
Definition at line 66 of file XrdOucHash.hh.
Referenced by XrdOucHash< T >::Add(), and XrdOucHash< T >::Apply().
|
inline |
Definition at line 68 of file XrdOucHash.hh.
|
inline |
Definition at line 70 of file XrdOucHash.hh.
Referenced by XrdOucHash< T >::Apply().
|
inline |
Definition at line 72 of file XrdOucHash.hh.
Referenced by XrdOucHash< T >::Apply(), and XrdOucHash< T >::Purge().
|
inline |
Definition at line 81 of file XrdOucHash.hh.
|
inline |
Definition at line 84 of file XrdOucHash.hh.
Referenced by XrdOucHash< T >::Apply().
|
inline |
Definition at line 74 of file XrdOucHash.hh.
Referenced by XrdOucHash< T >::Add(), and XrdOucHash< T >::Apply().
|
inline |
Definition at line 76 of file XrdOucHash.hh.
Referenced by XrdOucHash< T >::Add().