Represents the hash table. More...
#include <hash.h>

Public Attributes | |
| Entry ** | table |
| int | size |
| int | capacity |
Represents the hash table.
| HashTable::table |
An array of pointers to entries, representing the buckets of the hash table.
| HashTable::size |
The current number of entries in the hash table.
| HashTable::capacity |
The current capacity of the hash table (number of buckets).