iterator.hpp File Reference

Iterator classes to simplify access patterns on undirected graphs as defined in graph.hpp. More...

#include "graph.hpp"
#include <stack>
#include <queue>
#include <list>

Include dependency graph for iterator.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  graphgen

Classes

class  graphgen::undirected_graph::isequence
 Simple node sequence iterator. More...
class  graphgen::undirected_graph::ineighbors
 Iterator over the neighbors of a start node. More...
class  graphgen::undirected_graph::ibreadth
 Breadth first search iterator. More...
class  graphgen::undirected_graph::idepth
 Depth first search iterator. More...
class  graphgen::undirected_graph::ilinks
 Iterator over all undirected links of a graph. More...


Detailed Description

Iterator classes to simplify access patterns on undirected graphs as defined in graph.hpp.


Generated on Wed Jun 2 14:49:06 2010 for GraphGen by  doxygen 1.5.6