Generic Hashmap iterator interface.  
 More...
#include <hash_map_api.h>
Generic Hashmap iterator interface. 
- Note
 - next should not be used without first checking sys_hashmap_iterator_has_next
 
- Parameters
 - 
  
    | map | Pointer to the associated Hashmap  | 
    | next | Modify the iterator in-place to point to the next Hashmap entry  | 
    | state | Implementation-specific iterator state  | 
    | key | Key associated with the current entry  | 
    | value | Value associated with the current entry  | 
    | size | Number of entries in the map  | 
    | pos | Number of entries already iterated  | 
  
   
 
◆ key
◆ map
◆ next
◆ pos
      
        
          | size_t sys_hashmap_iterator::pos | 
        
      
 
 
◆ size
      
        
          | const size_t sys_hashmap_iterator::size | 
        
      
 
 
◆ state
      
        
          | void* sys_hashmap_iterator::state | 
        
      
 
 
◆ value
The documentation for this struct was generated from the following file: