|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
Functions | |
| void | cdc_treap_begin (struct cdc_treap *t, struct cdc_treap_iter *it) |
| Initializes the iterator to the beginning. More... | |
| void | cdc_treap_end (struct cdc_treap *t, struct cdc_treap_iter *it) |
| Initializes the iterator to the end. More... | |
| void cdc_treap_begin | ( | struct cdc_treap * | t, |
| struct cdc_treap_iter * | it | ||
| ) |
Initializes the iterator to the beginning.
| t[in] | - cdc_treap |
| it[out] | - cdc_treap_iter |
| void cdc_treap_end | ( | struct cdc_treap * | t, |
| struct cdc_treap_iter * | it | ||
| ) |
Initializes the iterator to the end.
| [in] | t | - cdc_treap |
| [out] | it | - cdc_treap_iter |
1.8.13