general |src.lib|dmap| DataMapArray Index

DataMapArray

Header
general/dmap.h
Library
dmap
Members
char *name; Pointer the zero terminated string that gives the name of the variable.
unsigned char type; Type proto.
int32 dim; Dimensions of the array.
int32 *rng; Pointer to an array containing the range each dimension.
union DataMapPointer data; Data values stored in the array.
Description

The struct DataMapArray structure stores an array variable for a DataMap data structure.