#include <hashmap.h>
Data Fields | |
T_RDWR | rwlock |
Struct for Locking the table (read/write lock). | |
int | buckets |
Number of buckets to use. | |
int(* | h )(const void *key) |
Hash function. | |
List * | table |
Pointer to hash map entry. |
Holds the internal data for managing the hashmap.
Definition at line 43 of file hashmap.h.