|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
The cdc_treap_node is service struct. More...
#include <treap.h>
Data Fields | |
| struct cdc_treap_node * | parent |
| struct cdc_treap_node * | left |
| struct cdc_treap_node * | right |
| void * | key |
| void * | value |
| int | priority |
The cdc_treap_node is service struct.
| struct cdc_treap_node* parent |
| struct cdc_treap_node* left |
| struct cdc_treap_node* right |
| void* key |
| void* value |
| int priority |
1.8.13