Linked list node definition of an entry in a hash map.
More...
#include <hashmap.h>
Linked list node definition of an entry in a hash map.
Definition at line 15 of file hashmap.h.
◆ key
Pointer to the key string of an entry
Definition at line 16 of file hashmap.h.
◆ next
struct Entry* Entry::next |
Pointer to the next entry
Definition at line 18 of file hashmap.h.
◆ value
Abstract data value
Definition at line 17 of file hashmap.h.
The documentation for this struct was generated from the following file: