DataStructures::Table Member List

This is the complete list of members for DataStructures::Table, including all inherited members.
AddColumn(const char columnName[_TABLE_MAX_COLUMN_NAME_LENGTH], ColumnType columnType)DataStructures::Table
AddRow(unsigned rowId)DataStructures::Table
AddRow(unsigned rowId, DataStructures::List< Cell > &initialCellValues)DataStructures::Table
AddRow(unsigned rowId, DataStructures::List< Cell * > &initialCellValues, bool copyCells=false)DataStructures::Table
AddRowColumns(unsigned rowId, Row *row, DataStructures::List< unsigned > columnIndices)DataStructures::Table [protected]
BINARY enum valueDataStructures::Table
Clear(void)DataStructures::Table
ColumnIndex(char columnName[_TABLE_MAX_COLUMN_NAME_LENGTH]) const DataStructures::Table
ColumnIndex(const char *columnName) const DataStructures::Table
ColumnName(unsigned index) const DataStructures::Table
columnsDataStructures::Table [protected]
ColumnType enum nameDataStructures::Table
DeleteRow(Row *row)DataStructures::Table [protected]
FilterQueryType enum nameDataStructures::Table
GetAvailableRowId(void) const DataStructures::Table
GetCellValueByIndex(unsigned rowIndex, unsigned columnIndex, int *output)DataStructures::Table
GetCellValueByIndex(unsigned rowIndex, unsigned columnIndex, char *output)DataStructures::Table
GetCellValueByIndex(unsigned rowIndex, unsigned columnIndex, char *output, int *outputLength)DataStructures::Table
GetColumnCount(void) const DataStructures::Table
GetColumns(void) const DataStructures::Table
GetColumnType(unsigned index) const DataStructures::Table
GetListHead(void)DataStructures::Table
GetRowByID(unsigned rowId) const DataStructures::Table
GetRowByIndex(unsigned rowIndex, unsigned *key) const DataStructures::Table
GetRowCount(void) const DataStructures::Table
GetRows(void) const DataStructures::Table
NUMERIC enum valueDataStructures::Table
operator=(const Table &input)DataStructures::Table
POINTER enum valueDataStructures::Table
PrintColumnHeaders(char *out, int outLength, char columnDelineator) const DataStructures::Table
PrintRow(char *out, int outLength, char columnDelineator, bool printDelineatorForBinary, Table::Row *inputRow) const DataStructures::Table
QF_EQUAL enum valueDataStructures::Table
QF_GREATER_THAN enum valueDataStructures::Table
QF_GREATER_THAN_EQ enum valueDataStructures::Table
QF_IS_EMPTY enum valueDataStructures::Table
QF_LESS_THAN enum valueDataStructures::Table
QF_LESS_THAN_EQ enum valueDataStructures::Table
QF_NOT_EMPTY enum valueDataStructures::Table
QF_NOT_EQUAL enum valueDataStructures::Table
QS_DECREASING_ORDER enum valueDataStructures::Table
QS_INCREASING_ORDER enum valueDataStructures::Table
QueryRow(DataStructures::List< unsigned > &inclusionFilterColumnIndices, DataStructures::List< unsigned > &columnIndicesToReturn, unsigned key, Table::Row *row, FilterQuery *inclusionFilters, Table *result)DataStructures::Table [protected]
QueryTable(unsigned *columnIndicesSubset, unsigned numColumnSubset, FilterQuery *inclusionFilters, unsigned numInclusionFilters, unsigned *rowIds, unsigned numRowIDs, Table *result)DataStructures::Table
RemoveColumn(unsigned columnIndex)DataStructures::Table
RemoveRow(unsigned rowId)DataStructures::Table
RemoveRows(Table *tableContainingRowIDs)DataStructures::Table
rowsDataStructures::Table [protected]
SortQueryType enum nameDataStructures::Table
SortTable(Table::SortQuery *sortQueries, unsigned numSortQueries, Table::Row **out)DataStructures::Table
STRING enum valueDataStructures::Table
Table()DataStructures::Table
UpdateCell(unsigned rowId, unsigned columnIndex, int value)DataStructures::Table
UpdateCell(unsigned rowId, unsigned columnIndex, char *str)DataStructures::Table
UpdateCell(unsigned rowId, unsigned columnIndex, int byteLength, char *data)DataStructures::Table
UpdateCellByIndex(unsigned rowIndex, unsigned columnIndex, int value)DataStructures::Table
UpdateCellByIndex(unsigned rowIndex, unsigned columnIndex, char *str)DataStructures::Table
UpdateCellByIndex(unsigned rowIndex, unsigned columnIndex, int byteLength, char *data)DataStructures::Table
~Table()DataStructures::Table