Detailed Description
template<typename OutputIterator, typename OutputIteratorValueType>
class jafar::graphmap::path_to_back_edge_recorder< OutputIterator, OutputIteratorValueType >
Definition at line 22 of file algorithms.hpp.
List of all members.
Public Member Functions |
| path_to_back_edge_recorder (OutputIterator out) |
template<class Edge , class Graph > |
void | tree_edge (Edge e, Graph &) |
template<class Vertex , class Graph > |
void | finish_vertex (Vertex, Graph &) |
template<class Edge , class Graph > |
void | back_edge (Edge e, Graph &) |
Private Attributes |
OutputIterator | m_out |
OutputIteratorValueType | m_path |
The documentation for this class was generated from the following file: