#include <CHMtableRow.h>
This class is used as the parent for each custom generated table row class.
Public Member Functions | |
CHMtableRow (const CHMtable *pTable, size_t RowIndex) | |
Construct a table row assigned to CHMtable pTable at row RowIndex . | |
virtual | ~CHMtableRow () |
Destructor. | |
size_t | CountOfSubTable () const |
Get the count of subtables of this row. | |
size_t | RowIndex () const |
Get the row index for this row. | |
const CHMtable * | SubTable (size_t SubTableIndex) const |
Get a const pointer to a subtable of this row. | |
CHMtable * | SubTable (size_t SubTableIndex) |
Get a non-const pointer to a subtable of this row. | |
CHMtableHandle | TableHandle () const |
Get the handle to the underlying table object in Chameleon. |
|
Construct a table row assigned to CHMtable
|
|
Destructor.
|
|
Get the count of subtables of
|
|
Get the row index for
|
|
Get a non-const pointer to a subtable of
|
|
Get a const pointer to a subtable of
|
|
Get the handle to the underlying table object in Chameleon. This is part of the internal implementation of Chameleon and should not be called. |