cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Modules | Data Structures
Cdc_splay_tree

The cdc_splay_tree is a struct and functions that provide a splay tree. More...

Modules

 Base
 
 Lookup
 
 Capacity
 
 Modifiers
 
 Iterators
 
 Cdc_splay_tree_iter
 The cdc_splay_tree_iter is a struct and functions that provide a splay tree iterator.
 

Data Structures

struct  cdc_splay_tree_node
 The cdc_splay_tree_node is service struct. More...
 
struct  cdc_splay_tree
 The cdc_splay_tree is service struct. More...
 
struct  cdc_splay_tree_iter
 The cdc_splay_tree_iter is service struct. More...
 
struct  cdc_pair_splay_tree_iter_bool
 

Detailed Description

The cdc_splay_tree is a struct and functions that provide a splay tree.