Tizen Native API
Public Attributes
_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

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


Except as noted, this content - excluding the Code Examples - is licensed under Creative Commons Attribution 3.0 and all of the Code Examples contained herein are licensed under BSD-3-Clause.
For details, see the Content License