_Evas_Array Struct Reference
An array of data. More...
Data Fields | |
void ** | data |
Pointer to a vector of pointer to payload. | |
unsigned int | total |
Total number of slot in the vector. | |
unsigned int | count |
Number of activ slot in the vector. | |
unsigned int | step |
How much must we grow the vector When it is full. |
Detailed Description
An array of data.