| Tizen Native API
    4.0
    | 
_Eina_Hash_Tuple Struct Reference
  | Public Attributes | |
| const void * | key | 
| void * | data | 
| unsigned int | key_length | 
Detailed Description
Data for a hash table of key/value pairs.
- Examples:
- eina_hash_01.c, eina_hash_03.c, eina_hash_04.c, eina_hash_05.c, eina_hash_06.c, and eina_hash_07.c.
Member Data Documentation
| void* _Eina_Hash_Tuple::data | 
The data associated to the key
- Examples:
- eina_hash_01.c, eina_hash_03.c, eina_hash_04.c, eina_hash_05.c, eina_hash_06.c, and eina_hash_07.c.
| const void* _Eina_Hash_Tuple::key | 
The key
- Examples:
- eina_hash_01.c, eina_hash_03.c, eina_hash_04.c, eina_hash_05.c, eina_hash_06.c, and eina_hash_07.c.
| unsigned int _Eina_Hash_Tuple::key_length | 
The length of the key