| 
    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 (RowData_T table_data) | |
| AEntry (DataPosition position_, RowData_T table_data) | |
| void | setData (RowData_T table_data) | 
| void | setPosition (DataPosition position_) | 
| const DataPosition & | getPosition () | 
| const RowData_T & | getData () | 
Public Attributes | |
| RowData_T | 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.