Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
topological_sort.hpp File Reference
Include dependency graph for topological_sort.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::topo_sort_visitor< OutputIterator >
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename VertexListGraph , typename OutputIterator , typename P , typename T , typename R >
void boost::topological_sort (VertexListGraph &g, OutputIterator result, const bgl_named_params< P, T, R > &params)
 
template<typename VertexListGraph , typename OutputIterator >
void boost::topological_sort (VertexListGraph &g, OutputIterator result)