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. |