TableData consists of list of 'Row' objects.
Public Methods | |
TableData () | |
~TableData () | |
int | getNumOfRows (int &nrows, int *status) |
int | getRow (Row &row, int index, int *status) |
|
Default Constructor |
|
Destructor |
|
Gets total number of rows. |
|
Gets the 'Row', given the index. Index starts at 0. |