Struct _opae_hash_map_item¶
ClassList > _opae_hash_map_item
List link item. More...
#include <hash_map.h>
Public Attributes¶
Type | Name |
---|---|
void * | key |
struct _opae_hash_map_item * | next |
void * | value |
Detailed Description¶
This structure provides the association between key and value. When the supplied hash function for keys A and B returns the same bucket index, both A and B can co-exist on the same list rooted at the bucket index.
Public Attributes Documentation¶
variable key¶
variable next¶
variable value¶
The documentation for this class was generated from the following file docs/sw/include/opae/hash_map.h