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