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

The cdc_treap is a struct and functions that provide a treap. More...

Modules

 Base
 
 Lookup
 
 Capacity
 
 Modifiers
 
 Iterators
 
 Cdc_treap_iter
 The cdc_treap_iter is a struct and functions that provide a treap iterator.
 

Data Structures

struct  cdc_treap_node
 The cdc_treap_node is service struct. More...
 
struct  cdc_treap
 The cdc_treap is service struct. More...
 
struct  cdc_treap_iter
 The cdc_treap_iter is service struct. More...
 
struct  cdc_pair_treap_iter_bool
 

Typedefs

typedef int(* cdc_priority_fn_t) (void *)
 

Detailed Description

The cdc_treap is a struct and functions that provide a treap.

Typedef Documentation

◆ cdc_priority_fn_t

typedef int(* cdc_priority_fn_t) (void *)