CMR  1.3.0
Public Attributes | List of all members
LinearhashtableArrayBucket Struct Reference

Public Attributes

size_t keyIndex
 Position of first key byte in CMR_HASHTABLE::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...
 

Member Data Documentation

◆ hash

CMR_LINEARHASHTABLE_HASH LinearhashtableArrayBucket::hash

Hash value of key array.

◆ keyIndex

size_t LinearhashtableArrayBucket::keyIndex

Position of first key byte in CMR_HASHTABLE::keyStorage.

◆ keyLength

size_t LinearhashtableArrayBucket::keyLength

Length of key array.

◆ value

const void* LinearhashtableArrayBucket::value

Stored value.


The documentation for this struct was generated from the following file: