Web API Reference MapGuide Open Source

GisArrayHelper Class Reference

List of all members.

Static Public Member Functions

static GenericArrayAllocMore (GenericArray *array, INT32 atLeastThisMuch, bool exactly, INT32 elementSize)
static GenericArrayAppend (GenericArray *array, INT32 numElements, unsigned char *elements, INT32 elementSize)
static void DisposeOfArray (GenericArray *array, INT32 elementSize)
static GenericArraySetAlloc (GenericArray *array, INT32 numElements, INT32 elementSize)
static GenericArraySetSize (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...