Public Member Functions | |
VOTRow () | |
~VOTRow () | |
VOTRow | operator= (const VOTRow &row) |
VOTRow (const VOTRow &row) | |
int | getColumn (VOTColumn &column, int index) |
int | getNumOfColumns (int &nCols) |
Row contains a list of 'Column' objects.
|
Default Constructor. |
|
Destructor |
|
Copy Constructor |
|
Gets the 'Column', given the column index. Index starts from 0. |
|
Gets total number of Columns. |
|
Assignment operator overloaded. |