depth_first_iter< GRAPH, ITERATOR, VISITED > Struct Template Reference
#include <graph.h>
List of all members.
Detailed Description
template<class GRAPH, class ITERATOR = GRAPH::succ_node_iter, class VISITED = set<GRAPH::node*>>
struct depth_first_iter< GRAPH, ITERATOR, VISITED >
Definition at line 514 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 struct was generated from the following file: