|
osurs
0.0.1
|
A hashmap. More...
#include <hashmap.h>

Data Fields | |
| HashMapEntry ** | entries |
| size_t | size |
| size_t | capacity |
| int | dynamic_alloc |
A hashmap.
Abstract data type (ADT) map implementation as a hashmap.
| size_t HashMap::capacity |
Bucket capacity of the hashmap.
| int HashMap::dynamic_alloc |
Where is the map stored: 0=stack, 1=heap.
| HashMapEntry** HashMap::entries |
Buckets for the entries.
| size_t HashMap::size |
Number of entries in the hashmap.