#include <stack>#include <boost/config.hpp>#include <boost/graph/depth_first_search.hpp>#include <boost/type_traits/conversion_traits.hpp>#include <boost/static_assert.hpp>#include <boost/graph/overloading.hpp>#include <boost/concept/assert.hpp>#include <queue>#include <vector>#include <boost/graph/transpose_graph.hpp>#include <boost/pending/indirect_cmp.hpp>#include <boost/graph/connected_components.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::detail | |
Functions | |
| template<class Graph , class ComponentMap , class RootMap , class DiscoverTime , class P , class T , class R > | |
| property_traits< ComponentMap > ::value_type  | boost::detail::strong_components_impl (const Graph &g, ComponentMap comp, RootMap root, DiscoverTime discover_time, const bgl_named_params< P, T, R > ¶ms) | 
| template<class Graph , class ComponentMap , class RootMap , class P , class T , class R , class DiscoverTimeMap > | |
| property_traits< ComponentMap > ::value_type  | boost::detail::scc_helper2 (const Graph &g, ComponentMap comp, RootMap r_map, const bgl_named_params< P, T, R > ¶ms, DiscoverTimeMap time_map) | 
| template<class Graph , class ComponentMap , class RootMap , class P , class T , class R > | |
| property_traits< ComponentMap > ::value_type  | boost::detail::scc_helper1 (const Graph &g, ComponentMap comp, const bgl_named_params< P, T, R > ¶ms, RootMap r_map) | 
| template<class Graph , class ComponentMap , class P , class T , class R > | |
| property_traits< ComponentMap > ::value_type  | boost::strong_components (const Graph &g, ComponentMap comp, const bgl_named_params< P, T, R > ¶ms BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph, vertex_list_graph_tag)) | 
| template<class Graph , class ComponentMap > | |
| property_traits< ComponentMap > ::value_type  | boost::strong_components (const Graph &g, ComponentMap comp BOOST_GRAPH_ENABLE_IF_MODELS_PARM(Graph, vertex_list_graph_tag)) | 
| template<typename Graph , typename ComponentMap , typename ComponentLists > | |
| void | boost::build_component_lists (const Graph &g, typename graph_traits< Graph >::vertices_size_type num_scc, ComponentMap component_number, ComponentLists &components) | 
| template<class Graph , class DFSVisitor , class ComponentsMap , class DiscoverTime , class FinishTime , class ColorMap > | |
| property_traits< ComponentsMap > ::value_type  | boost::kosaraju_strong_components (Graph &G, ComponentsMap c, FinishTime finish_time, ColorMap color) |