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