openPilotLog
experimental::DataPosition Struct Reference

#include <decl.h>

Inheritance diagram for experimental::DataPosition:

Public Member Functions

 DataPosition (TableName table_name, RowId row_id)
 
 DataPosition (const DataPosition &other)=default
 
DataPositionoperator= (const DataPosition &other)=default
 

Public Attributes

TableName tableName
 
RowId rowId
 

Detailed Description

[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.


The documentation for this struct was generated from the following file: