|
Tizen Native API
4.0
|
_Eina_Array Struct Reference
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 slots in the vector that actually point to data
| void** _Eina_Array::data |
Pointer to a vector of pointer to payload
| unsigned int _Eina_Array::step |
Number of slots to grow or shrink the vector
| unsigned int _Eina_Array::total |
Number of allocated slots in the vector
Should match EINA_ARRAY_VERSION used when compiled your apps, provided for ABI compatibility