openPilotLog
|
The Entry class encapsulates table metadata(table name, row id) and data for new and existing entries in the database to operate on. More...
#include <aentry.h>
Public Member Functions | |
AEntry (const AEntry &)=default | |
AEntry & | operator= (const AEntry &)=default |
AEntry (DataPosition position_) | |
AEntry (TableData table_data) | |
AEntry (DataPosition position_, TableData table_data) | |
void | setData (TableData table_data) |
void | setPosition (DataPosition position_) |
const DataPosition & | getPosition () |
const TableData & | getData () |
Public Attributes | |
TableData | tableData |
Protected Attributes | |
DataPosition | position |
The Entry class encapsulates table metadata(table name, row id) and data for new and existing entries in the database to operate on.