Explorar el Código

Comment over entry

Georgios Kotzampopoulos hace 4 años
padre
commit
f8e951899a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.