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

The cdc_treap_node is service struct. More...

#include <treap.h>

Data Fields

struct cdc_treap_nodeparent
 
struct cdc_treap_nodeleft
 
struct cdc_treap_noderight
 
void * key
 
void * value
 
int priority
 

Detailed Description

The cdc_treap_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_treap_node* parent

◆ left

struct cdc_treap_node* left

◆ right

struct cdc_treap_node* right

◆ key

void* key

◆ value

void* value

◆ priority

int priority

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