CMR
1.3.0
|
Public Attributes | |
size_t | numBuckets |
Size of the hash table. More... | |
LinearhashtableArrayBucket * | buckets |
Actual hash table. More... | |
unsigned char * | keyStorage |
Storage for keys. More... | |
size_t | freeKeyIndex |
First unused byte in keyStorage. More... | |
size_t | memKeyStorage |
Length of keyStorage. More... | |
size_t | numElements |
Number of stored key/value pairs. More... | |
LinearhashtableArrayBucket* _CMR_LINEARHASHTABLE_ARRAY::buckets |
Actual hash table.
size_t _CMR_LINEARHASHTABLE_ARRAY::freeKeyIndex |
First unused byte in keyStorage.
unsigned char* _CMR_LINEARHASHTABLE_ARRAY::keyStorage |
Storage for keys.
size_t _CMR_LINEARHASHTABLE_ARRAY::memKeyStorage |
Length of keyStorage.
size_t _CMR_LINEARHASHTABLE_ARRAY::numBuckets |
Size of the hash table.
size_t _CMR_LINEARHASHTABLE_ARRAY::numElements |
Number of stored key/value pairs.