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

The linked list item. More...

Collaboration diagram for hashItem_s:
Collaboration graph

Data Fields

voidkey
int nkey
voidvalue
int nvalue
hashItem_snext
hashBucket_sroot

Detailed Description

The linked list item.

Definition at line 68 of file hashtable.cpp.

Field Documentation

◆ key

void* hashItem_s::key

< The key stored in this entry. The key length in bytes.

Definition at line 70 of file hashtable.cpp.

Referenced by HASH_CloneTable().

◆ next

hashItem_s* hashItem_s::next

Points to the bucket holding the list.

Definition at line 78 of file hashtable.cpp.

Referenced by HASH_Remove().

◆ nkey

int hashItem_s::nkey

The value stored in this entry.

Definition at line 72 of file hashtable.cpp.

Referenced by HASH_CloneTable().

◆ nvalue

int hashItem_s::nvalue

Points to the next item in the list, or NULL.

Definition at line 76 of file hashtable.cpp.

Referenced by HASH_CloneTable().

◆ root

hashBucket_s* hashItem_s::root

Definition at line 80 of file hashtable.cpp.

◆ value

void* hashItem_s::value

The value lenght in bytes.

Definition at line 74 of file hashtable.cpp.

Referenced by HASH_CloneTable().


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