UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
hashBucket_s Struct Reference

The hash bucket structure, contains a linked list of items. More...

Data Fields

int count
 
hashItem_sroot
 

Detailed Description

The hash bucket structure, contains a linked list of items.

Definition at line 86 of file hashtable.cpp.

Field Documentation

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

The documentation for this struct was generated from the following file: