|
Static Public Member Functions |
| static GenericArray * | AllocMore (GenericArray *array, INT32 atLeastThisMuch, bool exactly, INT32 elementSize) |
| static GenericArray * | Append (GenericArray *array, INT32 numElements, unsigned char *elements, INT32 elementSize) |
| static void | DisposeOfArray (GenericArray *array, INT32 elementSize) |
| static GenericArray * | SetAlloc (GenericArray *array, INT32 numElements, INT32 elementSize) |
| static GenericArray * | SetSize (GenericArray *array, INT32 numElements, INT32 elementSize) |
Classes |
| struct | GenericArray |
| | Declare generic array and element types. More...
|
| struct | Metadata |
| | Metadata for an array. This precedes the actually array data in any allocation. More...
|