| 
| template<class Graph , class OutputIterator , class Rank , class Parent , class Weight >  | 
| void  | boost::detail::kruskal_mst_impl (const Graph &G, OutputIterator spanning_tree_edges, Rank rank, Parent parent, Weight weight) | 
|   | 
| template<class Graph , class OutputIterator >  | 
| void  | boost::kruskal_minimum_spanning_tree (const Graph &g, OutputIterator spanning_tree_edges) | 
|   | 
| template<class Graph , class OutputIterator , class P , class T , class R >  | 
| void  | boost::kruskal_minimum_spanning_tree (const Graph &g, OutputIterator spanning_tree_edges, const bgl_named_params< P, T, R > ¶ms) | 
|   |