_colCaseSense | ISTable | [private] |
_colNames | ISTable | [private] |
_compare_opts | ISTable | [private] |
_indexNames | ISTable | [private] |
_ittables | ISTable | [private] |
_listsOfColumns | ISTable | [private] |
_modified | ISTable | [private] |
_name | ISTable | [private] |
_numRows | ISTable | [private] |
_orient | ISTable | [private] |
_precision | ISTable | [private] |
_rowIndexCache | ISTable | [mutable, private] |
_rowLocCache | ISTable | [mutable, private] |
_ser | ISTable | [private] |
_unique | ISTable | [private] |
_version | ISTable | [private, static] |
AddColumn(const string &colName, const vector< string > &col=vector< string >(0)) | ISTable | |
AddRow(const vector< string > &row=vector< string >(0)) | ISTable | |
AggregateRow(const vector< unsigned int > &colIndices, const unsigned int rowIndex) | ISTable | [private] |
AppendToAndDelimit(string &to, const string &appending) | ISTable | [inline, private] |
AreListsOfColumnsValid(const vector< unsigned int > &colIndices) | ISTable | [private] |
CacheRowLocation(const unsigned int rowIndex) const | ISTable | [private] |
CASE_INSENSE | ISTable | [static] |
CASE_SENSE | ISTable | [static] |
CellValue(const unsigned int colIndex, const unsigned int rowIndex) | ISTable | [private] |
Clear() | ISTable | [private] |
ClearColumn(const string &colName) | ISTable | |
ClearIndex(const unsigned int indexIndex) | ISTable | [private] |
ClearIndices() | ISTable | [private] |
ClearRow(const unsigned int rowIndex) | ISTable | |
ConvertDouble(const string &a, string &ret) | ISTable | [private] |
ConvertString(const string &value, const unsigned int colIndex) | ISTable | [private] |
ConvertToInt(const string &a, string &ret) | ISTable | [private] |
ConvertToLowerNoWhiteSpace(const string &a, string &ret) | ISTable | [private] |
CreateColumn(const string &colName, const unsigned int atColIndex, const vector< string > &col=vector< string >(0)) | ISTable | [private] |
CreateColumn(const unsigned int atColIndex, const vector< string > &col) | ISTable | [private] |
CreateIndex(const string &indexName, const vector< string > &colNames, const unsigned int unique=0) | ISTable | |
CreateIndex(const string &indexName, const vector< unsigned int > &colIndices, const unsigned int unique=0) | ISTable | [private] |
CreateInternalIndexName(const unsigned int indexIndex) | ISTable | [private] |
CreateKey(const vector< string > &colNames) | ISTable | |
CreateKey(const vector< unsigned int > &colIndices) | ISTable | [private] |
CreateSubtableColumns(const unsigned int colIndex, const vector< string > &col) | ISTable | [private] |
CreateSubtables(const unsigned int numRows) | ISTable | [private] |
DEFAULT_OPTIONS | ISTable | [private, static] |
DEFAULT_PRECISION | ISTable | [private, static] |
DeleteColumn(const string &colName) | ISTable | |
DeleteIndex(const string &indexName) | ISTable | |
DeleteIndex(const unsigned int indexIndex) | ISTable | [private] |
DeleteKey() | ISTable | |
DeleteRow(const unsigned int rowIndex) | ISTable | |
DeleteRows(const vector< unsigned int > &rows) | ISTable | |
DT_INTEGER | ISTable | [static] |
DT_INTEGER_VAL | ISTable | [static] |
DT_MASK | ISTable | [private, static] |
DT_STRING | ISTable | [static] |
DT_STRING_VAL | ISTable | [static] |
eBACKWARD | ISTable | [static] |
eCASE_SENSE enum value | ISTable | |
eCELLS enum value | ISTable | |
eCOL_NAMES enum value | ISTable | |
eCOLUMN_WISE | ISTable | [static] |
eEQUAL | ISTable | [static] |
eEXTRA enum value | ISTable | |
eFORWARD | ISTable | [static] |
eGREATER_THAN | ISTable | [static] |
eGREATER_THAN_OR_EQUAL | ISTable | [static] |
eLESS_COLS enum value | ISTable | |
eLESS_ROWS enum value | ISTable | |
eLESS_THAN | ISTable | [static] |
eLESS_THAN_OR_EQUAL | ISTable | [static] |
eMISSING enum value | ISTable | |
eMORE_COLS enum value | ISTable | |
eMORE_ROWS enum value | ISTable | |
eNONE enum value | ISTable | |
eOrientation typedef | ISTable | |
eROW_WISE | ISTable | [static] |
eSearchDir typedef | ISTable | |
eSearchType typedef | ISTable | |
eTableDiff enum name | ISTable | |
EXPONENT | ISTable | [private, static] |
FillColumn(const string &colName, const vector< string > &col) | ISTable | |
FillRow(const unsigned int rowIndex, const vector< string > &row) | ISTable | |
FindDuplicateRows(vector< pair< unsigned int, unsigned int > > &duplRows, const vector< string > &colNames, const bool keepDuplRows, const eSearchDir searchDir=eFORWARD) | ISTable | |
FindDuplicateRows(const vector< unsigned int > &colIndices, vector< pair< unsigned int, unsigned int > > &duplRows, const unsigned int keep, const eSearchDir searchDir=eFORWARD) | ISTable | [private] |
FindFirst(const vector< string > &targets, const vector< string > &colNames, const string &indexName=String::Empty) | ISTable | |
FindFirst(const vector< string > &targets, const vector< unsigned int > &colIndices, const string &indexName=String::Empty) | ISTable | [private] |
FindFirst(const vector< string > &targets, const vector< unsigned int > &colIndices, const unsigned int indexIndex) | ISTable | [private] |
FindIndex(const string &indexName) | ISTable | [private] |
FindIndex(const vector< unsigned int > &colIndices) | ISTable | [private] |
FindKeyIndex() | ISTable | [private] |
GetColCaseSense() const | ISTable | [inline] |
GetColumn(vector< string > &col, const string &colName) | ISTable | |
GetColumn(vector< string > &col, const string &colName, const unsigned int fromRowIndex, unsigned int toRowIndex) | ISTable | |
GetColumn(vector< string > &col, const string &colName, const vector< unsigned int > &rowIndex) | ISTable | |
GetColumn(vector< string > &col, const string &colName, const string &indexName) | ISTable | |
GetColumnIndex(const string &colName) const | ISTable | [private] |
GetColumnNames() const | ISTable | |
GetColumnsIndices(vector< unsigned int > &colIndices, const vector< string > &colNames) | ISTable | |
GetCompareType(const vector< unsigned int > &colIndices) | ISTable | [private] |
GetDataType(const string &colName) | ISTable | |
GetLastRowIndex() | ISTable | [inline] |
GetModified() | ISTable | [inline] |
GetName() const | ISTable | [inline] |
GetNumColumns() const | ISTable | [inline] |
GetNumIndices() | ISTable | [inline] |
GetNumRows() const | ISTable | [inline] |
GetObject(UInt32 index, Serializer *ser) | ISTable | |
GetObjectV1(UInt32 index, Serializer *) | ISTable | [private] |
GetObjectV1_1(UInt32 index, Serializer *) | ISTable | [private] |
GetObjectV2(UInt32 index, Serializer *) | ISTable | [private] |
GetObjectV3(UInt32 index, Serializer *) | ISTable | [private] |
GetObjectV6(UInt32 index, Serializer *) | ISTable | [private] |
GetObjectV7(UInt32 index, Serializer *) | ISTable | [private] |
GetObjectV8(UInt32 index, Serializer *) | ISTable | [private] |
GetObjectV9(UInt32 index, Serializer *) | ISTable | [private] |
GetRow(vector< string > &row, const unsigned int rowIndex, const string &fromColName=String::Empty, const string &toColName=String::Empty) | ISTable | |
GetRow(const unsigned int rowIndex) | ISTable | |
GetRowLocation(pair< unsigned int, unsigned int > &rowLoc, const unsigned int rowIndex) const | ISTable | [private] |
IndexExists(const string &indexName) | ISTable | [inline] |
Init() | ISTable | [private] |
InsertColumn(const string &colName, const string &afColName, const vector< string > &col=vector< string >(0)) | ISTable | |
InsertColumn(const string &colName, const unsigned int atColIndex, const vector< string > &col=vector< string >(0)) | ISTable | [private] |
InsertRow(const unsigned int atRowIndex, const vector< string > &row=vector< string >(0)) | ISTable | |
INT_LIMIT | ISTable | [private, static] |
IsColumnInIndex(const unsigned int indexIndex, const unsigned int colIndex) | ISTable | [private] |
IsColumnPresent(const string &colName) | ISTable | |
ISTable(const StringCompare::eCompareType colCaseSense=StringCompare::eCASE_SENSITIVE) | ISTable | |
ISTable(eOrientation orient, const StringCompare::eCompareType colCaseSense=StringCompare::eCASE_SENSITIVE) | ISTable | |
ISTable(const string &name, const StringCompare::eCompareType colCaseSense=StringCompare::eCASE_SENSITIVE) | ISTable | |
ISTable(const string &name, eOrientation orient, const StringCompare::eCompareType colCaseSense=StringCompare::eCASE_SENSITIVE) | ISTable | |
ISTable(const ISTable &inTable) | ISTable | |
LAST_DT_VALUE | ISTable | [private, static] |
MANTISSA | ISTable | [private, static] |
MAX_NUM_ITTABLE_ROWS | ISTable | [private, static] |
MAX_PRECISION | ISTable | [private, static] |
Merge(ISTable &firstTable, ISTable &secondTable, unsigned int typeOfMerge=0) | ISTable | [static] |
MultiStringsValue(const vector< string > &values, const vector< unsigned int > &colIndices) | ISTable | [private] |
operator()(const unsigned int rowIndex, const string &colName) const | ISTable | |
operator()(const unsigned int rowIndex, const unsigned int colIndex) const | ISTable | [private] |
operator=(const ISTable &inTable) | ISTable | |
operator==(ISTable &inTable) | ISTable | |
Print(const string &indexName) | ISTable | [private] |
PrintDiff(ISTable &inTable) | ISTable | |
Read(unsigned int indexInFile) | ISTable | |
RebuildIndex(const string &indexName) | ISTable | |
RebuildIndex(const unsigned int indexIndex) | ISTable | [private] |
RebuildIndices() | ISTable | |
RenameColumn(const string &oldColName, const string &newColName) | ISTable | |
SC_MASK | ISTable | [private, static] |
Search(vector< unsigned int > &res, const string &target, const string &colName, const unsigned int fromRowIndex=0, const eSearchDir searchDir=eFORWARD, const eSearchType searchType=eEQUAL) | ISTable | |
Search(vector< unsigned int > &res, const vector< string > &targets, const vector< string > &colNames, const unsigned int fromRowIndex=0, const eSearchDir searchDir=eFORWARD, const eSearchType searchType=eEQUAL, const string &indexName=String::Empty) | ISTable | |
Search(vector< unsigned int > &res, const vector< string > &targets, const vector< unsigned int > &colIndices, const unsigned int fromRowIndex=0, const eSearchDir searchDir=eFORWARD, const eSearchType searchType=eEQUAL, const string &indexName=String::Empty) | ISTable | [private] |
SetFlags(const string &colName, const unsigned char flags) | ISTable | |
SetFlags(const unsigned char newOpts, const unsigned int colIndex) | ISTable | [private] |
SetIntersect(const vector< unsigned int > &a, const vector< unsigned int > &b, vector< unsigned int > &ret) | ISTable | [static] |
SetModified(const bool modified) | ISTable | [inline] |
SetName(const string &name) | ISTable | |
SetSerializer(Serializer *ser) | ISTable | |
SetUnion(const vector< unsigned int > &a, const vector< unsigned int > &b, vector< unsigned int > &ret) | ISTable | [static] |
SubRowValue(const vector< unsigned int > &colIndices, const unsigned int rowIndex) | ISTable | [private] |
UpdateCell(const unsigned int rowIndex, const string &colName, const string &value) | ISTable | |
UpdateCell(const string &cell, const unsigned int colIndex, const unsigned int rowIndex) | ISTable | [private] |
UpdateColListOnCellUpdate(const unsigned int rowIndex, const unsigned int colIndex) | ISTable | [private] |
UpdateColListOnColDelete(const unsigned int colIndex) | ISTable | [private] |
UpdateColListOnColInsert(const unsigned int colIndex) | ISTable | [private] |
UpdateIndex(const string &indexName, const unsigned int rowIndex) | ISTable | |
UpdateIndex(const unsigned int indexIndex, const unsigned int rowIndex) | ISTable | [private] |
UpdateIndices(const unsigned int rowIndex) | ISTable | [private] |
ValidateOptions(unsigned int colIndex) | ISTable | [private] |
VerifyColumnsIndices(const vector< unsigned int > &colIndices) | ISTable | [private] |
W_SPACE_INSENSE | ISTable | [static] |
W_SPACE_SENSE | ISTable | [static] |
Write() | ISTable | |
WriteObject(Serializer *ser, int &size) | ISTable | |
WriteObjectV9(Serializer *, int &size) | ISTable | [private] |
WS_MASK | ISTable | [private, static] |
~ISTable() | ISTable | |