MOS Source Code
|
Public Attributes | |
ptr_t | key |
void * | value |
hashmap_entry_t * | next |
ptr_t key |
Definition at line 16 of file hashmap.c.
Referenced by hashmap_foreach(), hashmap_get(), hashmap_put(), and hashmap_remove().
void* value |
Definition at line 17 of file hashmap.c.
Referenced by hashmap_foreach(), hashmap_get(), hashmap_put(), and hashmap_remove().
hashmap_entry_t* next |
Definition at line 18 of file hashmap.c.
Referenced by hashmap_deinit(), hashmap_foreach(), hashmap_get(), hashmap_put(), and hashmap_remove().