![]() |
CMR
1.3.0
|
Public Attributes | |
| size_t | numBuckets |
| Size of the hash table. | |
| LinearhashtableArrayBucket * | buckets |
| Actual hash table. | |
| unsigned char * | keyStorage |
| Storage for keys. | |
| size_t | freeKeyIndex |
| First unused byte in keyStorage. | |
| size_t | memKeyStorage |
| Length of keyStorage. | |
| size_t | numElements |
| Number of stored key/value pairs. | |
| 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.