GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
Graph.hpp File Reference
#include <fstream>
#include <iostream>
#include <algorithm>
#include <exception>
#include <type_traits>
#include <vector>
#include <string>
#include <queue>
#include <list>
#include <stack>
#include <iterator>
#include "../gl_base.hpp"
#include "Color.hpp"
#include "Edge.hpp"
#include "Node.hpp"
#include "Property.hpp"
#include "../algorithms/HavelHakimi.hpp"

Go to the source code of this file.

Classes

class  gl::Graph< SCALAR, STORAGE_KIND, DIRECTION >
 Stores and implements a Graph. More...
 
class  gl::Graph< SCALAR, STORAGE_KIND, DIRECTION >::Edge_Iterator< IsConst >
 Edge_Iterator class. Used to iterate over all Edges in the Graph More...
 

Namespaces

 gl