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