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

Data Fields

void * key
 
void * datum
 
union { 
 
   intptr_t   bal 
 
   hb_node *   pptr 
 
};  
 
hb_nodellink
 
hb_noderlink
 

Detailed Description

Definition at line 35 of file hb_tree.c.

Field Documentation

◆ [union]

union { ... }

◆ bal

intptr_t bal

Definition at line 39 of file hb_tree.c.

◆ datum

void* datum

Definition at line 37 of file hb_tree.c.

◆ key

void* key

Definition at line 36 of file hb_tree.c.

◆ llink

hb_node* llink

Definition at line 42 of file hb_tree.c.

◆ pptr

hb_node* pptr

Definition at line 40 of file hb_tree.c.

◆ rlink

hb_node* rlink

Definition at line 43 of file hb_tree.c.


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