Skip to content

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

void* _opae_hash_map_item::key;

variable next

struct _opae_hash_map_item* _opae_hash_map_item::next;

variable value

void* _opae_hash_map_item::value;

The documentation for this class was generated from the following file docs/sw/include/opae/hash_map.h