Enlightenment
Beauty at your fingertips
Home
News
About
Download
Support
Contribute
Contact
Tracker
Docs
Eina Documentation
at Fri Dec 13 2013
Files
Modules
Related Pages
Main Page
Data Fields
_Eina_Array Struct Reference
Data Types
»
Containers
»
Array
Type for an array of data.
More...
#include <eina_array.h>
Data Fields
int
version
Should match EINA_ARRAY_VERSION used when compiled your apps, provided for ABI compatibility.
void **
data
Pointer to a vector of pointer to payload.
unsigned int
total
Total number of slots in the vector.
unsigned int
count
Number of active slots in the vector.
unsigned int
step
How much must we grow the vector when it is full.
Detailed Description
Type for an array of data.