general |src.lib|dmap| DataMap Index

DataMap

Header
general/dmap.h
Library
dmap
Members
int sze; Size in bytes of the memory buffer used to store the data in the structure.
char *buf; Pointer the memory buffer used to store the data.
int snum; Number of scalar variables.
int anum; Number of array variables.
struct DataMapScalar **scl; Pointer to an array of scalar variables.
struct DataMapArray **arr; Pointer to an array of array variables.
Description

The struct DataMap structure stores a DataMap data structure.