Georgios Kotzampopoulos преди 4 години
родител
ревизия
f8e951899a
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/experimental/Entry.h

+ 3 - 0
src/experimental/Entry.h

@@ -10,6 +10,9 @@
 
 namespace experimental {
 
+/// [G]: Define what data is public and what not. For objects such as
+/// DataPosition which are consumable its no biggy. Are entries the same?
+/// If so we could avoid getters and setters
 /*!
  * \brief The Entry class encapsulates table metadata(table name, row id)
  *  and data for new and existing entries in the database to operate on.