| 
    cdcontainers
    0.1.1
    
   Library of data containers and collections for C programming language. 
   | 
 
Functions | |
| static void | cdc_list_begin (struct cdc_list *l, struct cdc_list_iter *it) | 
| Initializes the iterator to the beginning.  More... | |
| static void | cdc_list_end (struct cdc_list *l, struct cdc_list_iter *it) | 
| Initializes the iterator to the end.  More... | |
| static void | cdc_list_rbegin (struct cdc_list *l, struct cdc_list_riter *it) | 
| Initializes the reverse iterator to the beginning.  More... | |
| static void | cdc_list_rend (struct cdc_list *l, struct cdc_list_riter *it) | 
| Initializes the reverse iterator to the end.  More... | |
      
  | 
  inlinestatic | 
Initializes the iterator to the beginning.
| [in] | l | - cdc_list | 
| [out] | it | - cdc_list_iter | 
      
  | 
  inlinestatic | 
Initializes the iterator to the end.
| [in] | l | - cdc_list | 
| [out] | it | - cdc_list_iter | 
      
  | 
  inlinestatic | 
Initializes the reverse iterator to the beginning.
| [in] | l | - cdc_list | 
| [out] | it | - cdc_list_riter | 
      
  | 
  inlinestatic | 
Initializes the reverse iterator to the end.
| [in] | l | - cdc_list | 
| [out] | it | - cdc_list_riter | 
 1.8.13