#ifndef MEMGRAPH_DATA_MODEL_GRAPH_HPP #define MEMGRAPH_DATA_MODEL_GRAPH_HPP #include #include "vertex.hpp" #include "edge.hpp" class Graph { private: std::list< }; #endif