cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Data Fields
cdc_splay_tree_node Struct Reference

The cdc_splay_tree_node is service struct. More...

#include <splay-tree.h>

Data Fields

struct cdc_splay_tree_nodeparent
 
struct cdc_splay_tree_nodeleft
 
struct cdc_splay_tree_noderight
 
void * key
 
void * value
 

Detailed Description

The cdc_splay_tree_node is service struct.

Warning
To avoid problems, do not change the structure fields in the code. Use only special functions to access and change structure fields.

Field Documentation

◆ parent

struct cdc_splay_tree_node* parent

◆ left

struct cdc_splay_tree_node* left

◆ right

struct cdc_splay_tree_node* right

◆ key

void* key

◆ value

void* value

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