Classes | |
struct | name_header |
struct | path_header |
struct | tree_header |
Enumerations | |
enum | message_kind { msg_path_header, msg_path_vertices, msg_tree_header, msg_tree_vertices, msg_name } |
Functions | |
template<typename T > | |
T | branch_point (const std::vector< T > &p1, const std::vector< T > &p2) |
template<typename T > | |
T | infimum (const std::vector< T > &parent_path, T a, T b) |
T boost::graph::distributed::hohberg_detail::branch_point | ( | const std::vector< T > & | p1, |
const std::vector< T > & | p2 | ||
) |
References BOOST_ASSERT, boost::xpressive::first, and boost::algorithm::mismatch().
Referenced by boost::graph::distributed::hohberg_vertex_processor< Graph >::operator()().