memgraph/include/storage/model
Kruno Tomola Fabro df0bf6fa5f Database interface refactor.
DbAccessor:
 -Guarantees that access to Vertex and Edge is possible only through
 Vertex::Accessor and Edge::Accessor.
 -Guarantees that changing Vertex and Edge is possible only using
 Vertex::Accessor returned by vertex_insert() method and
 Edge::Accessor returned by edge_insert() method.
 -Offers CRUD for Vertex and Edge except iterating over all edges.

Squashed commit messages:

First step in database accessor refactoring done.
It's compiling.
All tests with exception of integration_querys pass

Tests now initialize logging facilities.

Refactored accessors.
RecordAccessor now has 3 states.
From,To,Out,In in there respecive Accessors return unfilled RecordAccessor.
Added iterator classes into utils/itearator/.
2016-08-15 00:09:58 +01:00
..
properties All files for the Release are now isolated 2016-08-10 09:39:02 +01:00
edge_list.hpp build fixes 2016-08-11 15:32:58 +01:00
edge_map.hpp Database interface refactor. 2016-08-15 00:09:58 +01:00
edge_model.hpp merge with edges, from and to are moved to the EdgeRecord, they are not copied along with properties inside the MVCC, TODO: graph interface, Accessor and Stores 2016-08-11 15:13:19 +01:00
property_model.hpp All files for the Release are now isolated 2016-08-10 09:39:02 +01:00
vertex_model.hpp build fixes 2016-08-11 15:32:58 +01:00