UFO: Alien Invasion
Loading...
Searching...
No Matches
hashBucket_s Struct Reference

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

Collaboration diagram for hashBucket_s:
Collaboration graph

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

◆ count

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().

◆ root

hashItem_s* hashBucket_s::root

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