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

The cdc_treap_iter is service struct. More...

#include <treap.h>

Data Fields

struct cdc_treapcontainer
 
struct cdc_treap_nodeprev
 
struct cdc_treap_nodecurrent
 

Detailed Description

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

◆ container

struct cdc_treap* container

◆ prev

struct cdc_treap_node* prev

◆ current

struct cdc_treap_node* current

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