Graph C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Groups Pages
Classes | Namespaces
base_graph.hpp File Reference

Virtual base class for graphs. More...

#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <set>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  gcl::base_graph< VertexType >
 Virtual template base class for graph objects. More...
 

Namespaces

 gcl
 Classes and functions related to the Graph C++ Library.
 

Detailed Description

Virtual base class for graphs.

Author
Antoine Allard (antoineallard.info)
Date
Sept. 2015
Todo:

Add block comment to functions that receive arguments describing their actions and their requirements (e.g., format of the output files).

Add group within member functions to categorize them.