UFO: Alien Invasion
|
The hash bucket structure, contains a linked list of items. More...
Data Fields | |
int | count |
hashItem_s * | root |
The hash bucket structure, contains a linked list of items.
Definition at line 86 of file hashtable.cpp.
int hashBucket_s::count |
< The number of items in this bucket. The first item in the linked list.
Definition at line 88 of file hashtable.cpp.
Referenced by HASH_Count(), HASH_Insert(), and HASH_Remove().
hashItem_s* hashBucket_s::root |
Definition at line 90 of file hashtable.cpp.
Referenced by _find_bucket_entry(), _iterator_first(), _iterator_next(), HASH_Insert(), and HASH_Remove().