|
NGen
|
Pre-order recording dfs_visitor. More...
#include <network.hpp>
Inheritance diagram for network::preorder_visitor< OutputIterator >:
Collaboration diagram for network::preorder_visitor< OutputIterator >:Public Member Functions | |
| preorder_visitor (OutputIterator _iter) | |
| template<typename Edge , typename Graph > | |
| void | back_edge (const Edge &, Graph &) |
| template<typename Vertex , typename Graph > | |
| void | discover_vertex (const Vertex &u, Graph &) |
Public Attributes | |
| OutputIterator | m_iter |
Pre-order recording dfs_visitor.
Lightly modified from boost::topo_sort_visitor.
| OutputIterator | Any std::output_iterator . Note that if for instance a std::back_insert_iterator is used, the recorded order will be reversed. |
|
inline |
|
inline |
|
inline |
| OutputIterator network::preorder_visitor< OutputIterator >::m_iter |