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

Public Attributes

ptr_t key
 
voidvalue
 
hashmap_entry_tnext
 

Detailed Description

Definition at line 14 of file hashmap.c.

Member Data Documentation

◆ key

ptr_t key

Definition at line 16 of file hashmap.c.

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

◆ value

void* value

Definition at line 17 of file hashmap.c.

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

◆ next


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