|
libcute 0.1
|
#include <hashmap.h>
Public Attributes | |
| bool | used |
| bool | deleted |
| uint64_t | hash |
| void * | key |
| void * | value |
Bucket used internally by the hashmap.
| bool cu_HashMap_Bucket::deleted |
bucket has been removed
| uint64_t cu_HashMap_Bucket::hash |
cached hash of the key
| void* cu_HashMap_Bucket::key |
pointer to key storage
| bool cu_HashMap_Bucket::used |
bucket contains a value
| void* cu_HashMap_Bucket::value |
pointer to value storage