#include <utilmm/undirected_dfs.hh>
|
| template<typename Graph , typename Vertex , typename DFSVisitor , typename EdgeColorMap , typename P , typename T , typename R > |
| static void | apply (const Graph &g, DFSVisitor vis, Vertex start_vertex, const bgl_named_params< P, T, R > ¶ms, EdgeColorMap edge_color, boost::detail::error_property_not_found) |
| |
template<typename Graph , typename Vertex , typename DFSVisitor , typename EdgeColorMap , typename P , typename T , typename R >
| static void utilmm::detail::udfs_dispatch< boost::detail::error_property_not_found >::apply |
( |
const Graph & |
g, |
|
|
DFSVisitor |
vis, |
|
|
Vertex |
start_vertex, |
|
|
const bgl_named_params< P, T, R > & |
params, |
|
|
EdgeColorMap |
edge_color, |
|
|
boost::detail::error_property_not_found |
|
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: