_Eina_Value_Hash Struct Reference
[Generic Value Hash management]

Used to store the hash and its subtype. More...


Data Fields

const Eina_Value_Typesubtype
 how to allocate and access items
unsigned int buckets_power_size
 how to allocate hash buckets, if zero a sane default is chosen.
Eina_Hashhash
 the hash that holds data, members are of subtype->value_size bytes.


Detailed Description

Used to store the hash and its subtype.

Since:
1.2

Field Documentation

how to allocate hash buckets, if zero a sane default is chosen.

the hash that holds data, members are of subtype->value_size bytes.