| 
    cdcontainers
    0.1.1
    
   Library of data containers and collections for C programming language. 
   | 
 
Functions | |
| static void | cdc_hash_table_begin (struct cdc_hash_table *t, struct cdc_hash_table_iter *it) | 
| Initializes the iterator to the beginning.  More... | |
| static void | cdc_hash_table_end (struct cdc_hash_table *t, struct cdc_hash_table_iter *it) | 
| Initializes the iterator to the end.  More... | |
      
  | 
  inlinestatic | 
Initializes the iterator to the beginning.
| t[in] | - cdc_hash_table | 
| it[out] | - cdc_hash_table_iter | 
      
  | 
  inlinestatic | 
Initializes the iterator to the end.
| [in] | t | - cdc_hash_table | 
| [out] | it | - cdc_hash_table_iter | 
 1.8.13