![]() |
MOS Source Code
|
Public Attributes | |
ptr_t | key |
void * | value |
hashmap_entry_t * | next |
Additional Inherited Members | |
![]() | |
static constexpr mos::string_view | type_name |
Definition at line 13 of file hashmap.cpp.
ptr_t key |
Definition at line 15 of file hashmap.cpp.
Referenced by hashmap_foreach(), hashmap_get(), hashmap_put(), and hashmap_remove().
void* value |
Definition at line 16 of file hashmap.cpp.
Referenced by hashmap_foreach(), hashmap_get(), hashmap_put(), and hashmap_remove().
hashmap_entry_t* next |
Definition at line 17 of file hashmap.cpp.
Referenced by hashmap_deinit(), hashmap_foreach(), hashmap_get(), hashmap_put(), and hashmap_remove().