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


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... | |
1.5.6