![]() |
XRootD
|
#include <cstdlib>
#include <sys/types.h>
#include <cstring>
#include <ctime>
#include "XrdOuc/XrdOucHash.icc"
Go to the source code of this file.
Classes | |
class | XrdOucHash< T > |
class | XrdOucHash_Item< T > |
Enumerations | |
enum | XrdOucHash_Options { Hash_default = 0x0000 , Hash_data_is_key = 0x0001 , Hash_replace = 0x0002 , Hash_count = 0x0004 , Hash_keep = 0x0008 , Hash_dofree = 0x0010 , Hash_keepdata = 0x0020 } |
enum XrdOucHash_Options |
Enumerator | |
---|---|
Hash_default | |
Hash_data_is_key | |
Hash_replace | |
Hash_count | |
Hash_keep | |
Hash_dofree | |
Hash_keepdata |
Definition at line 51 of file XrdOucHash.hh.