|
opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
Represents a table structure in an OPAT file. More...
Public Attributes | |
| double * | rowValuesPtr |
| double * | colValuesPtr |
| double * | dataPtr |
| int32_t | numRows |
| int32_t | numCols |
| int | errorCode |
| const char * | errorMessage |
Represents a table structure in an OPAT file.
This structure is used to return table data from an OPAT file.
| double* OPATTable_C::colValuesPtr |
Pointer to the column values of the table.
| double* OPATTable_C::dataPtr |
Pointer to the data values of the table.
| int OPATTable_C::errorCode |
Error code (0 for success, non-zero for errors).
| const char* OPATTable_C::errorMessage |
Error message in case of failure.
| int32_t OPATTable_C::numCols |
Number of columns in the table.
| int32_t OPATTable_C::numRows |
Number of rows in the table.
| double* OPATTable_C::rowValuesPtr |
Pointer to the row values of the table.