#include <gi_array.h>
Public Attributes | |
| GiBuffer | buf |
| size_t | nmemb |
| size_t | elemsize |
|
|
Internal data buffer currently being abused for convenience. Eventually, GiBuffer should be implemented using GiArray, instead of the other way around. Perhaps GiArray should be opaque to facilitate this change at a later date? |
|
|
Constant size of each element in the array. |
|
|
Number of elements currently in the array. This should remain equal to the buffer length divided by the element size. |
1.3.7