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

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)
 

Enumeration Type Documentation

Enumerator
msg_path_header 
msg_path_vertices 
msg_tree_header 
msg_tree_vertices 
msg_name 

Function Documentation

template<typename T >
T boost::graph::distributed::hohberg_detail::branch_point ( const std::vector< T > &  p1,
const std::vector< T > &  p2 
)
template<typename T >
T boost::graph::distributed::hohberg_detail::infimum ( const std::vector< T > &  parent_path,
T  a,
T  b 
)