Go to the source code of this file.
Classes | |
| class | AGenericHash< Key, ConfigData > |
| An abstract, generic templated hash class. More... | |
Defines | |
| #define | NUM_PRIMES sizeof(HashPrimesList)-1 |
| Number of primes in the primes list array. | |
Enumerations | |
| enum | DeleteHashDataEnum { NO_DELETE_HASH_ITEM, DELETE_HASH_ITEM, DELETE_HASH_ITEM_ARRAY } |
| How a hash data item should be deleted. | |
Functions | |
| int | FindClosestPrime (int Number) |
| Find the closest prime to a particular number. | |
Definition in file AGenericHash.h.
|
|
Definition at line 160 of file AGenericHash.h. References NUM_PRIMES. Referenced by FCInternalHash< Key, ConfigData >::FCInternalHash(), and GLIBHash< Key, ConfigData >::Resize(). |
1.4.4