![]() |
CMR
1.3.0
|
Public Attributes | |
| size_t | keyIndex |
| Position of first key byte in CMR_LINEARHASHTABLE_ARRAY::keyStorage. | |
| size_t | keyLength |
| Length of key array. | |
| CMR_LINEARHASHTABLE_HASH | hash |
| Hash value of key array. | |
| const void * | value |
| Stored value. | |
| 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.