experimental_DataPosition.3 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .TH "experimental::DataPosition" 3 "Sat Dec 26 2020" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. experimental::DataPosition
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <decl\&.h>\fP
  11. .PP
  12. Inherits QPair< TableName, RowId >\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "\fBDataPosition\fP (TableName table_name, RowId row_id)"
  17. .br
  18. .ti -1c
  19. .RI "\fBDataPosition\fP (const \fBDataPosition\fP &other)=default"
  20. .br
  21. .ti -1c
  22. .RI "\fBDataPosition\fP & \fBoperator=\fP (const \fBDataPosition\fP &other)=default"
  23. .br
  24. .in -1c
  25. .SS "Public Attributes"
  26. .in +1c
  27. .ti -1c
  28. .RI "TableName \fBtableName\fP"
  29. .br
  30. .ti -1c
  31. .RI "RowId \fBrowId\fP"
  32. .br
  33. .in -1c
  34. .SH "Detailed Description"
  35. .PP
  36. [G]: Needs some work\&. Inheriting from QPair may be helpful but may also be overkill\&. Lets determine the specific uses of \fBDataPosition\fP 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\&.
  37. .SH "Author"
  38. .PP
  39. Generated automatically by Doxygen for openPilotLog from the source code\&.