Row contains a list of 'Column' objects.
Public Methods | |
Row () | |
~Row () | |
Row | operator= (const Row &r) |
Row (const Row &r) | |
int | getColumn (Column &column, int index, int *status) |
|
Default Constructor. |
|
Destructor |
|
Copy Constructor |
|
Gets the 'Column', given the column index. Index starts from 0. |
|
Assignment operator overloaded. |