Inline array structure. More...
| Data Fields | |
| int | version | 
| Should match the EINA_ARRAY_VERSION used when compiling your apps, provided for ABI compatibility. | |
| unsigned int | member_size | 
| Byte size of each entry in the members. | |
| unsigned int | len | 
| Number of elements used by the members. | |
| unsigned int | max | 
| Number of elements allocated to the members. | |
| unsigned int | step | 
| Amount to grow the number of members allocated. | |
| void * | members | 
| Actual array of elements. | |
Inline array structure.