_compare_opts | ITTable | [private] |
_indices | ITTable | [private] |
_listsOfColumns | ITTable | [private] |
_orient | ITTable | [private] |
_ser | ITTable | [private] |
_ttable | ITTable | [private] |
_unique | ITTable | [private] |
AddColumn(const string &colName, const vector< string > &col=vector< string >(0)) | ITTable | |
AddRow(const vector< string > &row=vector< string >(0)) | ITTable | |
AggregateRow(const vector< unsigned int > &colIndices, const unsigned int rowIndex) | ITTable | [private] |
AppendToAndDelimit(string &to, const string &appending) | ITTable | [inline, private] |
AppendToColumn(const string &colName, const string &cell) | ITTable | |
AppendToColumn(const string &colName, const vector< string > &col) | ITTable | |
AppendToColumn(const unsigned int colIndex, const vector< string > &col) | ITTable | |
AppendToColumn(const unsigned int colIndex, const string &cell) | ITTable | |
AreListsOfColumnsValid(const vector< unsigned int > &colIndices) | ITTable | [private] |
CASE_INSENSE | ITTable | [static] |
CASE_SENSE | ITTable | [static] |
CellValue(const unsigned int colIndex, const unsigned int rowIndex) | ITTable | [private] |
Clear() | ITTable | |
ClearColumn(const string &colName) | ITTable | |
ClearColumn(const unsigned int colIndex) | ITTable | |
ClearIndex(const unsigned int indexIndex) | ITTable | [private] |
ClearIndices() | ITTable | [private] |
ClearRow(const unsigned int rowIndex) | ITTable | |
ConvertDouble(const string &a, string &ret) | ITTable | [private] |
ConvertString(const string &value, const unsigned int colIndex) | ITTable | [private] |
ConvertToInt(const string &a, string &ret) | ITTable | [private] |
ConvertToLowerNoWhiteSpace(const string &a, string &ret) | ITTable | [private] |
CreateColumn(const unsigned int atColIndex, const vector< string > &col=vector< string >(0)) | ITTable | |
CreateColumn(const unsigned int atColIndex, vector< string >::const_iterator colBeg, vector< string >::const_iterator colEnd) | ITTable | |
CreateIndex(const vector< unsigned int > &colIndices, const unsigned int unique=0) | ITTable | |
CreateInternalIndexName(const unsigned int indexIndex) | ITTable | [private] |
CreateKey(const vector< unsigned int > &colIndices) | ITTable | [private] |
DEFAULT_OPTIONS | ITTable | [private, static] |
DEFAULT_PRECISION | ITTable | [private, static] |
DeleteColumn(const string &colName) | ITTable | |
DeleteColumn(const unsigned int colIndex) | ITTable | |
DeleteEntry(const unsigned int rowIndex) | ITTable | |
DeleteIndex(const unsigned int indexIndex) | ITTable | |
DeleteIndexEntry(const unsigned int indexIndex, const unsigned int rowIndex) | ITTable | |
DeleteRow(const unsigned int rowIndex) | ITTable | |
DeleteRows(const vector< unsigned int > &rows) | ITTable | |
DT_INTEGER | ITTable | [static] |
DT_INTEGER_VAL | ITTable | [static] |
DT_MASK | ITTable | [private, static] |
DT_STRING | ITTable | [static] |
DT_STRING_VAL | ITTable | [static] |
eBACKWARD enum value | ITTable | |
eCOLUMN_WISE enum value | ITTable | |
eEQUAL enum value | ITTable | |
eFORWARD enum value | ITTable | |
eGREATER_THAN enum value | ITTable | |
eGREATER_THAN_OR_EQUAL enum value | ITTable | |
eLESS_THAN enum value | ITTable | |
eLESS_THAN_OR_EQUAL enum value | ITTable | |
eOrientation enum name | ITTable | |
eROW_WISE enum value | ITTable | |
eSearchDir enum name | ITTable | |
eSearchType enum name | ITTable | |
EXPONENT | ITTable | [private, static] |
FillColumn(const string &colName, const vector< string > &col) | ITTable | |
FillColumn(const vector< string > &col, const unsigned int colIndex) | ITTable | |
FillColumn(const unsigned int colIndex, vector< string >::const_iterator colBeg, vector< string >::const_iterator colEnd) | ITTable | |
FillRow(const unsigned int rowIndex, const vector< string > &row) | ITTable | |
FindDuplicateRows(vector< pair< unsigned int, unsigned int > > &duplRows, const vector< string > &colNames, const bool keepDuplRows, const eSearchDir searchDir=eFORWARD) | ITTable | |
FindDuplicateRows(const vector< unsigned int > &colIndices, vector< pair< unsigned int, unsigned int > > &duplRows, const bool keep, const eSearchDir searchDir=eFORWARD) | ITTable | |
FindFirst(const vector< string > &targets, const vector< unsigned int > &colIndices, const unsigned int indexIndex) | ITTable | |
FindIndex(const vector< unsigned int > &colIndices) | ITTable | |
FindKeyIndex() | ITTable | [private] |
GetColumn(vector< string > &col, const string &colName) | ITTable | |
GetColumn(vector< string > &col, const string &colName, const unsigned int fromRowIndex, unsigned int toRowIndex) | ITTable | |
GetColumn(vector< string > &col, const string &colName, const vector< unsigned int > &rowIndex) | ITTable | |
GetColumn(vector< string > &col, const unsigned int colIndex, const unsigned int fromRowIndex, unsigned int toRowIndex) | ITTable | |
GetColumn(vector< string > &col, const unsigned int colIndex, const vector< unsigned int > &rowIndex) | ITTable | |
GetColumn(vector< string > &col, const unsigned int colIndex) | ITTable | |
GetColumn(vector< string > &col, const unsigned int colIndex, const unsigned int indexIndex) | ITTable | |
GetCompareType(const vector< unsigned int > &colIndices) | ITTable | [private] |
GetDataType(const string &colName) | ITTable | |
GetLastRowIndex() | ITTable | [inline] |
GetNumColumns() const | ITTable | [inline] |
GetNumIndices() | ITTable | [inline] |
GetNumRows() const | ITTable | [inline] |
GetObject(UInt32 index, Serializer *ser) | ITTable | |
GetOrientation() | ITTable | |
GetRow(vector< string > &row, const unsigned int rowIndex, const string &fromColName=String::Empty, const string &toColName=String::Empty) | ITTable | |
GetRow(vector< string > &row, const unsigned int rowIndex, const unsigned int fromColIndex, unsigned int toColIndex) | ITTable | |
GetRow(const unsigned int rowIndex) | ITTable | |
Init() | ITTable | [private] |
InsertColumn(const string &colName, const string &atColName, const vector< string > &col=vector< string >(0)) | ITTable | |
InsertColumn(const unsigned int colIndex, const vector< string > &col=vector< string >(0)) | ITTable | |
InsertColumn(const unsigned int colIndex, vector< string >::const_iterator colBeg, vector< string >::const_iterator colEnd) | ITTable | |
InsertEntry(const unsigned int rowIndex) | ITTable | |
InsertIndexEntry(const unsigned int indexIndex, const unsigned int rowIndex) | ITTable | |
InsertRow(const unsigned int atRowIndex, const vector< string > &row=vector< string >(0)) | ITTable | |
INT_LIMIT | ITTable | [private, static] |
IsColumnInIndex(const unsigned int indexIndex, const unsigned int colIndex) | ITTable | [private] |
ITTable() | ITTable | |
ITTable(eOrientation orient) | ITTable | |
ITTable(const ITTable &inTable) | ITTable | |
LAST_DT_VALUE | ITTable | [private, static] |
MANTISSA | ITTable | [private, static] |
MAX_PRECISION | ITTable | [private, static] |
MultiStringsValue(const vector< string > &values, const vector< unsigned int > &colIndices) | ITTable | [private] |
operator()(const unsigned int rowIndex, const string &colName) const | ITTable | |
operator()(const unsigned int rowIndex, const unsigned int colIndex) const | ITTable | |
operator=(const ITTable &inTable) | ITTable | |
Print(unsigned int indexIndex) | ITTable | [private] |
Read(unsigned int indexInFile, Serializer *ser) | ITTable | |
RebuildIndex(const unsigned int indexIndex) | ITTable | |
RebuildIndices() | ITTable | |
SC_MASK | ITTable | [private, static] |
Search(vector< unsigned int > &res, const vector< string > &targets, const vector< unsigned int > &colIndices, const unsigned int indexIndex, const eSearchType searchType=eEQUAL) | ITTable | |
Search(vector< unsigned int > &res, const string &target, const unsigned int colIndex, const eSearchType searchType=eEQUAL) | ITTable | |
SetFlags(const string &colName, const unsigned char flags) | ITTable | |
SetFlags(const unsigned char newOpts, const unsigned int colIndex) | ITTable | |
SetSerializer(Serializer *ser) | ITTable | |
SubRowValue(const vector< unsigned int > &colIndices, const unsigned int rowIndex) | ITTable | [private] |
UpdateCell(const unsigned int rowIndex, const string &colName, const string &value) | ITTable | |
UpdateCell(const string &cell, const unsigned int colIndex, const unsigned int rowIndex) | ITTable | |
UpdateColListOnColDelete(const unsigned int colIndex) | ITTable | [private] |
UpdateColListOnColInsert(const unsigned int colIndex) | ITTable | [private] |
UpdateIndex(const unsigned int indexIndex, const unsigned int rowIndex) | ITTable | |
UpdateIndices(const unsigned int rowIndex) | ITTable | [private] |
UpdateIndicesOnCellUpdate(const unsigned int rowIndex, const unsigned int colIndex) | ITTable | [private] |
ValidateOptions(unsigned int colIndex) | ITTable | |
VerifyColumnsIndices(const vector< unsigned int > &colIndices) | ITTable | |
W_SPACE_INSENSE | ITTable | [static] |
W_SPACE_SENSE | ITTable | [static] |
Write(Serializer *ser, int &size) | ITTable | |
WriteObject(Serializer *ser, int &size) | ITTable | |
WS_MASK | ITTable | [private, static] |
~ITTable() | ITTable | |