Tizen Native API
6.0
|
Public Attributes | |
int | version |
void ** | data |
unsigned int | total |
unsigned int | count |
unsigned int | step |
Detailed Description
Type for an array of data.
Member Data Documentation
unsigned int _Eina_Array::count |
Number of used slots in data
that point to valid payloads
void** _Eina_Array::data |
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