opatIO-cpp 0.3.0a
Open Parametrized Array Table
Loading...
Searching...
No Matches
OPATTable_C Struct Reference

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
 

Detailed Description

Represents a table structure in an OPAT file.

This structure is used to return table data from an OPAT file.

Examples
/Users/tboudreaux/Programming/opat-core/opatIO-cpp/src/private/fextern.cpp.

Member Data Documentation

◆ colValuesPtr

double* OPATTable_C::colValuesPtr

Pointer to the column values of the table.

Examples
/Users/tboudreaux/Programming/opat-core/opatIO-cpp/src/private/fextern.cpp.

◆ dataPtr

double* OPATTable_C::dataPtr

Pointer to the data values of the table.

Examples
/Users/tboudreaux/Programming/opat-core/opatIO-cpp/src/private/fextern.cpp.

◆ errorCode

int OPATTable_C::errorCode

Error code (0 for success, non-zero for errors).

Examples
/Users/tboudreaux/Programming/opat-core/opatIO-cpp/src/private/fextern.cpp.

◆ errorMessage

const char* OPATTable_C::errorMessage

◆ numCols

int32_t OPATTable_C::numCols

◆ numRows

int32_t OPATTable_C::numRows

◆ rowValuesPtr

double* OPATTable_C::rowValuesPtr

Pointer to the row values of the table.

Examples
/Users/tboudreaux/Programming/opat-core/opatIO-cpp/src/private/fextern.cpp.

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