Tizen Native API  7.0
_Eina_Array Struct Reference

Public Attributes

int version
void ** data
unsigned int total
unsigned int count
unsigned int step

Detailed Description


Member Data Documentation

unsigned int _Eina_Array::count

Number of used slots in data that point to valid payloads

Pointer to a C array of pointers to payloads

unsigned int _Eina_Array::step

Number of slots to grow or shrink data

unsigned int _Eina_Array::total

Number of allocated slots in data

Should match EINA_ARRAY_VERSION used when compiled your apps, provided for ABI compatibility