MOS Source Code
Loading...
Searching...
No Matches
hashmap_entry_t Struct Reference
Inheritance diagram for hashmap_entry_t:
Collaboration diagram for hashmap_entry_t:

Public Attributes

ptr_t key
voidvalue
hashmap_entry_tnext

Additional Inherited Members

Static Public Attributes inherited from NamedType<"Hashmap.Entry">
static constexpr mos::string_view type_name

Detailed Description

Definition at line 13 of file hashmap.cpp.

Member Data Documentation

◆ key

ptr_t key

Definition at line 15 of file hashmap.cpp.

Referenced by hashmap_foreach(), hashmap_get(), hashmap_put(), and hashmap_remove().

◆ value

void* value

Definition at line 16 of file hashmap.cpp.

Referenced by hashmap_foreach(), hashmap_get(), hashmap_put(), and hashmap_remove().

◆ next


The documentation for this struct was generated from the following file: