Data Fields
_Eina_Array Struct Reference

Type for an array of data. More...

Data Fields

int version
 Should match EINA_ARRAY_VERSION used when compiled your apps, provided for ABI compatibility.
 
void ** data
 Pointer to a vector of pointer to payload.
 
unsigned int total
 Number of allocated slots in the vector.
 
unsigned int count
 Number of slots in the vector that actually point to data.
 
unsigned int step
 Number of slots to grow or shrink the vector.
 

Detailed Description

Type for an array of data.

Examples:
eina_accessor_01.c, eina_array_01.c, eina_array_02.c, eina_iterator_01.c, and eina_simple_xml_parser_01.c.