depth_first_iter< GRAPH, ITERATOR, VISITED > Type Template Reference
#include <graph.h>
Detailed Description
template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
type depth_first_iter< GRAPH, ITERATOR, VISITED >
Definition at line 518 of file graph.h.
Constructor & Destructor Documentation
template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
The documentation for this type was generated from the following file: