Tizen Native API
|
_Eina_Array Struct Reference
Public Attributes | |
int | version |
void ** | data |
unsigned int | total |
unsigned int | count |
unsigned int | step |
Detailed Description
The structure type for an array of data.
Member Data Documentation
unsigned int _Eina_Array::count |
Number of active slots in the vector
void** _Eina_Array::data |
Pointer to a vector of a pointer to payload
unsigned int _Eina_Array::step |
To what extent must we grow the vector when it is full
unsigned int _Eina_Array::total |
Total number of slots in the vector
Should match EINA_ARRAY_VERSION used when compiling your apps, provided for ABI compatibility