CMR
1.3.0
|
Public Attributes | |
size_t | keyIndex |
Position of first key byte in CMR_LINEARHASHTABLE_ARRAY::keyStorage. More... | |
size_t | keyLength |
Length of key array. More... | |
CMR_LINEARHASHTABLE_HASH | hash |
Hash value of key array. More... | |
const void * | value |
Stored value. More... | |
CMR_LINEARHASHTABLE_HASH LinearhashtableArrayBucket::hash |
Hash value of key array.
size_t LinearhashtableArrayBucket::keyIndex |
Position of first key byte in CMR_LINEARHASHTABLE_ARRAY::keyStorage.
size_t LinearhashtableArrayBucket::keyLength |
Length of key array.
const void* LinearhashtableArrayBucket::value |
Stored value.