Array Struct Reference
Dynamic Array.
More...
Data Fields
-
void ** elements
- Array of elements.
-
int length
- Actual number of stored elements.
-
int max_length
- Maximal number of elements.
Detailed Description
Dynamic Array.
An Array contains an array of void pointers which is allocated dynamically and automatically resized on demand. References to elements are stored as void pointers in that array.
The documentation for this struct was generated from the following file:
Generated on Fri Jan 20 10:12:18 2006 by
1.4.2