#include <GridBase.h>
Public Attributes | |
int * | p_iIntVals |
Array holding integer values. | |
float * | p_fFloatVals |
Array holding float values. | |
char ** | p_cCharVals |
Array holding char values. | |
bool * | p_bBoolVals |
Array holding bool values. | |
clPackage * | p_oPackage |
For packages, if necessary. |
|
Array holding bool values. Size is m_iNumBoolVals |
|
Array holding char values. Size is m_iNumCharVals |
|
Array holding float values. Size is m_iNumFloatVals |
|
Array holding integer values. Size is m_iNumIntVals |
|
For packages, if necessary. This will link to the others. |