libdict
Data Structure C Library
Loading...
Searching...
No Matches
tree_node_base Struct Reference

#include <tree_common.h>

Collaboration diagram for tree_node_base:

Data Fields

void * key
 
void * datum
 
struct tree_node_baseparent
 
struct tree_node_basellink
 
struct tree_node_baserlink
 

Detailed Description

Definition at line 40 of file tree_common.h.

Field Documentation

◆ datum

void* datum

Definition at line 41 of file tree_common.h.

◆ key

void* key

Definition at line 41 of file tree_common.h.

◆ llink

struct tree_node_base* llink

Definition at line 41 of file tree_common.h.

◆ parent

struct tree_node_base* parent

Definition at line 41 of file tree_common.h.

◆ rlink

struct tree_node_base* rlink

Definition at line 41 of file tree_common.h.


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