_delColMap | TTable | [private] |
_numCols | TTable | [private] |
_numDelCols | TTable | [private] |
_tuples | TTable | [private] |
AddColumn(const vector< string > &col=vector< string >(0)) | TTable | |
AddTuple(const vector< string > &tuple=vector< string >(0)) | TTable | |
Clear() | TTable | |
ClearColumn(const unsigned int colIndex) | TTable | |
ClearTuple(const unsigned int tupleIndex) | TTable | |
DeleteColumn(const unsigned int colIndex) | TTable | |
DeleteTuple(const unsigned int tupleIndex) | TTable | |
EnlargeColMap(const unsigned int numCols) | TTable | [private] |
FillColumn(const unsigned int colIndex, const vector< string > &col, const unsigned int fromTupleIndex=0) | TTable | |
FillColumn(const unsigned int colIndex, vector< string >::const_iterator colBeg, vector< string >::const_iterator colEnd, const unsigned int fromTupleIndex=0) | TTable | |
FillTuple(const unsigned int tupleIndex, const vector< string > &tuple, const unsigned int fromColIndex=0) | TTable | |
GetColumn(vector< string > &col, const unsigned int colIndex, const unsigned int fromTupleIndex, unsigned int toTupleIndex) | TTable | |
GetNumColumns() const | TTable | [inline] |
GetNumTuples() const | TTable | [inline] |
GetTuple(vector< string > &tuple, const unsigned int tupleIndex, const unsigned int fromColIndex, unsigned int toColIndex) | TTable | |
GetTuple(const unsigned int tupleIndex) | TTable | |
InsertColumn(const unsigned int atColIndex, const vector< string > &col=vector< string >(0)) | TTable | |
InsertColumn(const unsigned int atColIndex, vector< string >::const_iterator colBeg, vector< string >::const_iterator colEnd) | TTable | |
InsertTuple(const unsigned int tupleIndex, const vector< string > &tuple=vector< string >(0)) | TTable | |
InsertTuple(const unsigned int tupleIndex, vector< string >::const_iterator tupleBeg, vector< string >::const_iterator tupleEnd) | TTable | |
IntColIndex(const unsigned int colIndex) const | TTable | [inline, private] |
MarkColDeleted(const unsigned int colIndex) | TTable | [private] |
operator()(const unsigned int tupleIndex, const unsigned int colIndex) | TTable | |
operator()(const unsigned int tupleIndex, const unsigned int colIndex) const | TTable | |
operator=(const TTable &inTable) | TTable | |
Read(UInt32 index, Serializer *ser) | TTable | |
ReduceColMap(const unsigned int numCols) | TTable | [private] |
TTable() | TTable | |
TTable(const TTable &inTable) | TTable | |
UnMarkColDeleted(const unsigned int colIndex) | TTable | [private] |
Write(Serializer *ser, unsigned int &size) | TTable | |
~TTable() | TTable | [virtual] |