libdict
Data Structure C Library
Loading...
Searching...
No Matches
hashtable Struct Reference
Collaboration diagram for hashtable:

Data Fields

hash_node ** table
 
dict_compare_func cmp_func
 
dict_hash_func hash_func
 
size_t count
 
unsigned size
 

Detailed Description

Definition at line 57 of file hashtable.c.

Field Documentation

◆ cmp_func

Definition at line 59 of file hashtable.c.

◆ count

size_t count

Definition at line 61 of file hashtable.c.

◆ hash_func

dict_hash_func hash_func

Definition at line 60 of file hashtable.c.

◆ size

unsigned size

Definition at line 62 of file hashtable.c.

◆ table

hash_node** table

Definition at line 58 of file hashtable.c.


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