Ver Fonte

Comment over entry

Georgios Kotzampopoulos há 4 anos atrás
pai
commit
f8e951899a
1 ficheiros alterados com 3 adições e 0 exclusões
  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.