Tizen Native API
4.0
|
Public Attributes | |
int | version |
unsigned int | member_size |
unsigned int | len |
unsigned int | max |
unsigned int | step |
void * | members |
Inline array structure.
unsigned int _Eina_Inarray::len |
Number of elements used by the members
unsigned int _Eina_Inarray::max |
Number of elements allocated to the members
unsigned int _Eina_Inarray::member_size |
Byte size of each entry in the members
void* _Eina_Inarray::members |
Actual array of elements
unsigned int _Eina_Inarray::step |
Amount to grow the number of members allocated
Should match the EINA_ARRAY_VERSION used when compiling your apps, provided for ABI compatibility