| 
| template<class Distance >  | 
| Distance::value_type  | boost::RLS_depth (Distance &d) | 
|   | 
| template<class Distance , class my_int >  | 
| Distance::value_type  | boost::RLS_max_width (Distance &d, my_int depth) | 
|   | 
| template<class Graph , class ColorMap , class DegreeMap >  | 
graph_traits< Graph > 
::vertex_descriptor  | boost::sloan_start_end_vertices (Graph &G, typename graph_traits< Graph >::vertex_descriptor &s, ColorMap color, DegreeMap degree) | 
|   | 
| template<class Graph , class OutputIterator , class ColorMap , class DegreeMap , class PriorityMap , class Weight >  | 
| OutputIterator  | boost::sloan_ordering (Graph &g, typename graph_traits< Graph >::vertex_descriptor s, typename graph_traits< Graph >::vertex_descriptor e, OutputIterator permutation, ColorMap color, DegreeMap degree, PriorityMap priority, Weight W1, Weight W2) | 
|   | 
| template<class Graph , class OutputIterator , class ColorMap , class DegreeMap , class PriorityMap >  | 
| OutputIterator  | boost::sloan_ordering (Graph &g, typename graph_traits< Graph >::vertex_descriptor s, typename graph_traits< Graph >::vertex_descriptor e, OutputIterator permutation, ColorMap color, DegreeMap degree, PriorityMap priority) | 
|   | 
| template<class Graph , class OutputIterator , class Color , class Degree , class Priority , class Weight >  | 
| OutputIterator  | boost::sloan_ordering (Graph &G, OutputIterator permutation, Color color, Degree degree, Priority priority, Weight W1, Weight W2) | 
|   | 
| template<class Graph , class OutputIterator , class Color , class Degree , class Priority >  | 
| OutputIterator  | boost::sloan_ordering (Graph &G, OutputIterator permutation, Color color, Degree degree, Priority priority) | 
|   |