_Eina_Array

Langue: en

Version: 379700 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

_Eina_Array -

Type for an array of data.

SYNOPSIS


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

Type for an array of data.

Author

Generated automatically by Doxygen for Eina from the source code.