A hash map with strings for keys and any type for values doubles in size when the load factor is met, keeps KVPs as a linked list.
More...
#include <StringKeyHashMap.h>
A hash map with strings for keys and any type for values doubles in size when the load factor is met, keeps KVPs as a linked list.
◆ capacity
◆ fLoadFactor
| float HashMap::fLoadFactor |
◆ pData
◆ pEnd
| struct KVP* HashMap::pEnd |
◆ pHead
| struct KVP* HashMap::pHead |
◆ size
◆ valueSize
The documentation for this struct was generated from the following file: