| _data | TTable | [private] |
| _numDelRows | TTable | [private] |
| _numRows | TTable | [private] |
| _rowMap | TTable | [private] |
| AddColumn(const vector< string > &col=vector< string >(0)) | TTable | |
| AddRow(const vector< string > &row=vector< string >(0)) | TTable | |
| Clear() | TTable | |
| ClearColumn(const unsigned int colIndex) | TTable | |
| ClearRow(const unsigned int rowIndex) | TTable | |
| CreateColumn(const unsigned int colIndex, const vector< string > &col=vector< string >(0)) | TTable | [private] |
| DeleteColumn(const unsigned int colIndex) | TTable | |
| DeleteRow(const unsigned int rowIndex) | TTable | |
| EnlargeRowMap(const unsigned int numRows) | TTable | [private] |
| FillColumn(const unsigned int colIndex, const vector< string > &col, const unsigned int fromRowIndex=0) | TTable | |
| FillRow(const unsigned int rowIndex, const vector< string > &row, const unsigned int fromColIndex=0) | TTable | |
| GetColumn(vector< string > &col, const unsigned int colIndex, const unsigned int fromRowIndex, unsigned int toRowIndex) | TTable | |
| GetNumColumns() const | TTable | [inline] |
| GetNumRows() const | TTable | [inline] |
| GetRow(vector< string > &row, const unsigned int rowIndex, const unsigned int fromColIndex, unsigned int toColIndex) | TTable | |
| InsertColumn(const unsigned int colIndex, const vector< string > &col=vector< string >(0)) | TTable | |
| InsertRow(const unsigned int atRowIndex, const vector< string > &row=vector< string >(0)) | TTable | |
| IntRowIndex(const unsigned int rowIndex) const | TTable | [inline, private] |
| MarkRowDeleted(const unsigned int rowIndex) | TTable | [private] |
| operator()(const unsigned int rowIndex, const unsigned int colIndex) | TTable | |
| operator()(const unsigned int rowIndex, const unsigned int colIndex) const | TTable | |
| operator=(const TTable &inTable) | TTable | |
| Read(Word index, FileNavigator *fileNav) | TTable | |
| ReduceRowMap(const unsigned int numRows) | TTable | [private] |
| TTable() | TTable | |
| TTable(const TTable &inTable) | TTable | |
| UnMarkRowDeleted(const unsigned int rowIndex) | TTable | [private] |
| Write(FileNavigator *fileNav, int &size) | TTable | |
| ~TTable() | TTable | [virtual] |