librcsb-core-wrapper
1.000
|
This is the complete list of members for TTable, including all inherited members.
AddColumn(const std::vector< std::string > &col=std::vector< std::string >()) | TTable | |
AddTuple(const std::vector< std::string > &tuple=std::vector< std::string >()) | 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 | |
FillColumn(const unsigned int colIndex, const std::vector< std::string > &col, const unsigned int fromTupleIndex=0) | TTable | |
FillColumn(const unsigned int colIndex, std::vector< std::string >::const_iterator colBeg, std::vector< std::string >::const_iterator colEnd, const unsigned int fromTupleIndex=0) | TTable | |
FillTuple(const unsigned int tupleIndex, const std::vector< std::string > &tuple, const unsigned int fromColIndex=0) | TTable | |
GetColumn(std::vector< std::string > &col, const unsigned int colIndex, const unsigned int fromTupleIndex, unsigned int toTupleIndex) | TTable | |
GetNumColumns() const | TTable | inline |
GetNumTuples() const | TTable | inline |
GetTuple(std::vector< std::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 std::vector< std::string > &col=std::vector< std::string >()) | TTable | |
InsertColumn(const unsigned int atColIndex, std::vector< std::string >::const_iterator colBeg, std::vector< std::string >::const_iterator colEnd) | TTable | |
InsertTuple(const unsigned int tupleIndex, const std::vector< std::string > &tuple=std::vector< std::string >()) | TTable | |
InsertTuple(const unsigned int tupleIndex, std::vector< std::string >::const_iterator tupleBeg, std::vector< std::string >::const_iterator tupleEnd) | TTable | |
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 | |
TTable() | TTable | |
TTable(const TTable &inTable) | TTable | |
Write(Serializer *ser, unsigned int &size) | TTable | |
~TTable() | TTable | virtual |