Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
ARC_Hashtable Struct Reference

Data Fields

uint32_t size
 
ARC_HashtableNode ** nodes
 
ARC_Hashtable_Hash hash
 
ARC_Hashtable_KeyCompare compare
 

Detailed Description

Definition at line 7 of file hashtable.c.

Field Documentation

◆ compare

ARC_Hashtable_KeyCompare ARC_Hashtable::compare

Definition at line 11 of file hashtable.c.

Referenced by ARC_Hashtable_Add(), ARC_Hashtable_Get(), and ARC_Hashtable_Remove().

◆ hash

ARC_Hashtable_Hash ARC_Hashtable::hash

Definition at line 10 of file hashtable.c.

Referenced by ARC_Hashtable_Add(), ARC_Hashtable_Get(), and ARC_Hashtable_Remove().

◆ nodes

ARC_HashtableNode** ARC_Hashtable::nodes

◆ size

uint32_t ARC_Hashtable::size

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