taco-db  0.1.0
taco::Table Member List

This is the complete list of members for taco::Table, including all inherited members.

Create(std::shared_ptr< const TableDesc > tabdesc)taco::Tablestatic
EraseRecord(RecordId rid)taco::Table
GetTableDesc() consttaco::Tableinline
Initialize(const TableDesc *tabdesc)taco::Tablestatic
InsertRecord(Record &rec)taco::Table
Iterator classtaco::Tablefriend
m_filetaco::Tableprivate
m_insertion_pidtaco::Tableprivate
m_tabdesctaco::Tableprivate
StartScan()taco::Table
StartScanFrom(RecordId rid)taco::Table
Table(std::shared_ptr< const TableDesc > tabdesc, std::unique_ptr< File > file)taco::Tableinlineprivate
UpdateRecord(RecordId rid, Record &rec)taco::Table
~Table()taco::Table