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

Data Fields

hashtabletable
 
hash_nodenode
 
unsigned slot
 

Detailed Description

Definition at line 65 of file hashtable.c.

Field Documentation

◆ node

hash_node* node

Definition at line 67 of file hashtable.c.

◆ slot

unsigned slot

Definition at line 68 of file hashtable.c.

◆ table

hashtable* table

Definition at line 66 of file hashtable.c.


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