Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::hawick_circuits_detail Namespace Reference

Classes

struct  get_all_adjacent_vertices
 
struct  get_unique_adjacent_vertices
 
struct  hawick_circuits_from
 

Functions

template<typename Container , typename Value >
bool contains (Container const &c, Value const &v)
 
template<typename GetAdjacentVertices , typename Graph , typename Visitor , typename VertexIndexMap >
void call_hawick_circuits (Graph const &graph, Visitorvisitor, VertexIndexMap const &vertex_index_map)
 
template<typename GetAdjacentVertices , typename Graph , typename Visitor >
void call_hawick_circuits (Graph const &graph, BOOST_FWD_REF(Visitor) visitor)
 

Function Documentation

template<typename GetAdjacentVertices , typename Graph , typename Visitor , typename VertexIndexMap >
void boost::hawick_circuits_detail::call_hawick_circuits ( Graph const &  graph,
Visitor  visitor,
VertexIndexMap const &  vertex_index_map 
)
template<typename GetAdjacentVertices , typename Graph , typename Visitor >
void boost::hawick_circuits_detail::call_hawick_circuits ( Graph const &  graph,
BOOST_FWD_REF(Visitor)  visitor 
)
template<typename Container , typename Value >
bool boost::hawick_circuits_detail::contains ( Container const &  c,
Value const &  v 
)