AEntry.3 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .TH "AEntry" 3 "Tue May 4 2021" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. AEntry \- The Entry class encapsulates table metadata(table name, row id) and data for new and existing entries in the database to operate on\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <aentry\&.h>\fP
  11. .PP
  12. Inherited by \fBAAircraftEntry\fP, \fBACurrencyEntry\fP, \fBAFlightEntry\fP, \fBAPilotEntry\fP, and \fBATailEntry\fP\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "\fBAEntry\fP (const \fBAEntry\fP &)=default"
  17. .br
  18. .ti -1c
  19. .RI "\fBAEntry\fP & \fBoperator=\fP (const \fBAEntry\fP &)=default"
  20. .br
  21. .ti -1c
  22. .RI "\fBAEntry\fP (\fBDataPosition\fP position_)"
  23. .br
  24. .ti -1c
  25. .RI "\fBAEntry\fP (RowData_T table_data)"
  26. .br
  27. .ti -1c
  28. .RI "\fBAEntry\fP (\fBDataPosition\fP position_, RowData_T table_data)"
  29. .br
  30. .ti -1c
  31. .RI "void \fBsetData\fP (RowData_T table_data)"
  32. .br
  33. .ti -1c
  34. .RI "void \fBsetPosition\fP (\fBDataPosition\fP position_)"
  35. .br
  36. .ti -1c
  37. .RI "const \fBDataPosition\fP & \fBgetPosition\fP ()"
  38. .br
  39. .ti -1c
  40. .RI "const RowData_T & \fBgetData\fP ()"
  41. .br
  42. .in -1c
  43. .SS "Public Attributes"
  44. .in +1c
  45. .ti -1c
  46. .RI "RowData_T \fBtableData\fP"
  47. .br
  48. .in -1c
  49. .SS "Protected Attributes"
  50. .in +1c
  51. .ti -1c
  52. .RI "\fBDataPosition\fP \fBposition\fP"
  53. .br
  54. .in -1c
  55. .SH "Detailed Description"
  56. .PP
  57. The Entry class encapsulates table metadata(table name, row id) and data for new and existing entries in the database to operate on\&.
  58. .SH "Author"
  59. .PP
  60. Generated automatically by Doxygen for openPilotLog from the source code\&.