|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
Functions | |
| static void | cdc_map_begin (struct cdc_map *m, struct cdc_map_iter *it) |
| Initializes the iterator to the beginning. More... | |
| static void | cdc_map_end (struct cdc_map *m, struct cdc_map_iter *it) |
| Initializes the iterator to the end. More... | |
|
inlinestatic |
Initializes the iterator to the beginning.
| [in] | m | - cdc_map |
| [out] | out | - cdc_map_iter |
|
inlinestatic |
Initializes the iterator to the end.
| [in] | m | - cdc_map |
| [out] | it | - iterator |
1.8.13