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

Data Fields

void * key
 
void * datum
 
hash_nodenext
 
hash_nodeprev
 
unsigned hash
 

Detailed Description

Definition at line 47 of file hashtable.c.

Field Documentation

◆ datum

void * datum

Definition at line 49 of file hashtable.c.

◆ hash

unsigned hash

Definition at line 54 of file hashtable.c.

◆ key

void * key

Definition at line 48 of file hashtable.c.

◆ next

hash_node* next

Definition at line 50 of file hashtable.c.

◆ prev

hash_node* prev

Definition at line 53 of file hashtable.c.


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