20 #ifndef __CXXGRAPH_WRITER_H__
21 #define __CXXGRAPH_WRITER_H__
Class that implement the Graph. ( This class is not Thread Safe )
Definition: Graph.hpp:91
Definition: Writer.hpp:37
virtual int writeGraph(const Graph< T > &graph, std::ofstream &file)=0
Function performs the writing of the Graph to the file.