_Eina_Hash_Tuple Struct Reference

Data for a hash table of key/value pairs. More...

#include <eina_hash.h>

Data Fields

const void * key
 The key.
void * data
 The data associated to the key.
unsigned int key_length
 The length of the key.

Detailed Description

Data for a hash table of key/value pairs.