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

Data Fields

void * key
 
void * datum
 
sp_nodeparent
 
sp_nodellink
 
sp_noderlink
 

Detailed Description

Definition at line 54 of file sp_tree.c.

Field Documentation

◆ datum

void* datum

Definition at line 55 of file sp_tree.c.

◆ key

void* key

Definition at line 55 of file sp_tree.c.

◆ llink

sp_node* llink

Definition at line 55 of file sp_tree.c.

◆ parent

sp_node* parent

Definition at line 55 of file sp_tree.c.

◆ rlink

sp_node* rlink

Definition at line 55 of file sp_tree.c.


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