SORTIE Core C++ Documentation
Public Attributes | List of all members
clGrid::stcRecords Struct Reference

#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...
 
clPackagep_oPackage
 For packages, if necessary. More...
 

Member Data Documentation

◆ p_bBoolVals

bool* clGrid::stcRecords::p_bBoolVals

Array holding bool values.

Size is m_iNumBoolVals

◆ p_fFloatVals

float* clGrid::stcRecords::p_fFloatVals

Array holding float values.

Size is m_iNumFloatVals

◆ p_iIntVals

int* clGrid::stcRecords::p_iIntVals

Array holding integer values.

Size is m_iNumIntVals

◆ p_oPackage

clPackage* clGrid::stcRecords::p_oPackage

For packages, if necessary.

This will link to the others.

◆ p_sStringVals

std::string* clGrid::stcRecords::p_sStringVals

Array holding string values.

Size is m_iNumStringVals


The documentation for this struct was generated from the following file: