Data Fields
_Eina_Value_Array Struct Reference

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

Data Fields

const Eina_Value_Typesubtype
 how to allocate and access items
 
unsigned int step
 how to grow the members array
 
Eina_Inarrayarray
 the array that holds data, members are of subtype->value_size bytes. More...
 

Detailed Description

Used to store the array and its subtype.

Since
1.2
Examples
complex-types-client-eina-value.c.

Field Documentation

◆ array

Eina_Inarray* _Eina_Value_Array::array

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