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

Data Fields

size_t count
 
dict_compare_func cmp_func
 
dict_hash_func hash_func
 
hash_nodetable
 
unsigned size
 

Detailed Description

Definition at line 53 of file hashtable2.c.

Field Documentation

◆ cmp_func

Definition at line 55 of file hashtable2.c.

◆ count

size_t count

Definition at line 54 of file hashtable2.c.

◆ hash_func

dict_hash_func hash_func

Definition at line 56 of file hashtable2.c.

◆ size

unsigned size

Definition at line 58 of file hashtable2.c.

◆ table

hash_node* table

Definition at line 57 of file hashtable2.c.


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