SORTIE Core C++ Documentation
|
#include <Grid.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. | |
bool* clGrid::stcRecords::p_bBoolVals |
Array holding bool values.
Size is m_iNumBoolVals
char** clGrid::stcRecords::p_cCharVals |
Array holding char values.
Size is m_iNumCharVals
float* clGrid::stcRecords::p_fFloatVals |
Array holding float values.
Size is m_iNumFloatVals
int* clGrid::stcRecords::p_iIntVals |
Array holding integer values.
Size is m_iNumIntVals
clPackage* clGrid::stcRecords::p_oPackage |
For packages, if necessary.
This will link to the others.