#include "CompareAlgorithms.h"
#include "HashAlgorithms.h"
Go to the source code of this file.
Classes | |
class | GLIBHashNode< Key > |
Templated item class for the GLIB hash table. More... | |
class | GLIBHash< Key, ConfigData > |
An templated hash class. More... | |
Defines | |
#define | GLIB_HASH_TABLE_MIN_SIZE 11 |
Minimum size for a GLIB hash table. | |
#define | GLIB_HASH_TABLE_MAX_SIZE 13845163 |
Maximum size for a GLIB hash table. |
Definition in file GLIBHash.h.