SORTIE Core C++ Documentation
|
#include <Grid.h>
Public Attributes | |
int * | p_iIntVals |
Array holding integer values. More... | |
float * | p_fFloatVals |
Array holding float values. More... | |
std::string * | p_sStringVals |
Array holding string values. More... | |
bool * | p_bBoolVals |
Array holding bool values. More... | |
clPackage * | p_oPackage |
For packages, if necessary. More... | |
bool* clGrid::stcRecords::p_bBoolVals |
Array holding bool values.
Size is m_iNumBoolVals
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.
std::string* clGrid::stcRecords::p_sStringVals |
Array holding string values.
Size is m_iNumStringVals