librcsb-core-wrapper
1.000
|
This is the complete list of members for Block, including all inherited members.
_tables | Block | |
AddTable(const std::string &name=string(), const Char::eCompareType colCaseSense=Char::eCASE_SENSITIVE) | Block | |
AddTable(const string &name, const int indexInFile=0, ISTable *isTableP=NULL) | Block | |
Block(const string &name, Serializer *serP, const eFileMode fileMode=READ_MODE, const Char::eCompareType caseSense=Char::eCASE_SENSITIVE) | Block | |
DeleteTable(const string &tableName) | Block | |
GetName() const | Block | inline |
GetTable(const string &tableName) | Block | |
GetTableNames(vector< string > &tableNames) | Block | |
GetTablePtr(const string &tableName) | Block | |
IsTablePresent(const string &tableName) | Block | |
operator==(Block &inBlock) | Block | |
Print() | Block | |
RenameTable(const string &oldName, const string &newName) | Block | |
SetName(const string &name) | Block | inline |
WriteTable(ISTable &isTable) | Block | |
WriteTable(ISTable *isTableP) | Block | |
~Block() | Block |