ItemBucket - The hash table consists of an array of these. More...
#include <StringMap.h>
Public Attributes | |
unsigned | FullHashValue |
FullHashValue - This remembers the full hash value of the key for easy scanning. | |
StringMapEntryBase * | Item |
Item - This is a pointer to the actual item object. |
ItemBucket - The hash table consists of an array of these.
If Item is non-null, this is an extant entry, otherwise, it is a hole.
FullHashValue - This remembers the full hash value of the key for easy scanning.
Item - This is a pointer to the actual item object.