_Eina_Value_Array Struct Reference
[Generic Value Array management]
Used to store the array and its subtype.
More...
Data Fields | |
const Eina_Value_Type * | subtype |
how to allocate and access items | |
unsigned int | step |
how to grow the members array | |
Eina_Inarray * | array |
the array that holds data, members are of subtype->value_size bytes. |
Detailed Description
Used to store the array and its subtype.
- Since:
- 1.2
Field Documentation
the array that holds data, members are of subtype->value_size bytes.