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

The cdc_treap is service struct. More...

#include <treap.h>

Data Fields

struct cdc_treap_noderoot
 
size_t size
 
cdc_priority_fn_t prior
 
struct cdc_data_infodinfo
 

Detailed Description

The cdc_treap 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

◆ root

struct cdc_treap_node* root

◆ size

size_t size

◆ prior

◆ dinfo

struct cdc_data_info* dinfo

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