|
Classes |
| class | classInputTable |
Defines |
| #define | _NUMDATATYPES_ 4 |
| #define | _NUMCOLS_ 200 |
| #define | _MAXROWS_ 1000 |
| #define | _NUM_COLINFO_ 2 |
Enumerations |
| enum | DataType {
typeEMPTY,
typeDouble,
typeString,
typeInteger,
typeValue,
typeMAX
} |
| enum | enumTableCol { colType,
colCol
} |
Functions |
| string | getStringDataType (DataType tp) |
| void | printDataTypeToScreen () |
| bool | checkDataType (DataType tp, DataType typeExpected, string nameOfFunction) |
| string | makeCapitalLetter (string s) |
| void | appendToFileBackgroundIrrig (classInputTable &tab, MatrixDouble &foundVals, string outFile) |
| void | appendToFileBackgroundIrrig (classInputTable &tab, MatrixDouble &foundVals, ofstream &out) |
| void | writeToFileBackgroundIrrig (classInputTable &tab, MatrixDouble &foundVals, string outFile) |
| string | convertTypeAsString (DataType dt) |