20 #ifndef __CXXGRAPH_READER_H__
21 #define __CXXGRAPH_READER_H__
42 virtual int ReadGraph(
Graph<T> &graph, std::ifstream &file) = 0;
Class that implement the Graph. ( This class is not Thread Safe )
Definition: Graph.hpp:91
Definition: Reader.hpp:32