openPilotLog
|
#include <decl.h>
Public Member Functions | |
DataPosition (TableName table_name, RowId row_id) | |
DataPosition (const DataPosition &other)=default | |
DataPosition & | operator= (const DataPosition &other)=default |
Public Attributes | |
TableName | tableName |
RowId | rowId |
[G]: Needs some work. Inheriting from QPair may be helpful but may also be overkill. Lets determine the specific uses of DataPosition and provide our own interface i would say. [F]: Good idea! Implementing something similar to first and second methods of QPair would be useful to carry over, or some other way of quickly and unambiguously accessing the elements.