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) |
void boost::hawick_circuits_detail::call_hawick_circuits | ( | Graph const & | graph, |
Visitor | visitor, | ||
VertexIndexMap const & | vertex_index_map | ||
) |
void boost::hawick_circuits_detail::call_hawick_circuits | ( | Graph const & | graph, |
BOOST_FWD_REF(Visitor) | visitor | ||
) |
References boost::spirit::ascii::graph, boost::vertex_index, and boost::visitor().
bool boost::hawick_circuits_detail::contains | ( | Container const & | c, |
Value const & | v | ||
) |
References boost::asio::begin, boost::end, and boost::algorithm::find().