Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex > Struct Template Reference

Data stored with a msg_add_edge message, which requests the remote addition of an edge. More...

#include <adjacency_list.hpp>

Inheritance diagram for boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >:

Public Member Functions

 msg_add_edge_data ()
 
 msg_add_edge_data (Vertex source, Vertex target)
 
template<typename Archiver >
void serialize (Archiver &ar, const unsigned int)
 

Public Attributes

LocalVertex source
 The source of the edge; the processor will be the receiving processor. More...
 
Vertex target
 The target of the edge. More...
 

Detailed Description

template<typename Vertex, typename LocalVertex>
struct boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >

Data stored with a msg_add_edge message, which requests the remote addition of an edge.

Constructor & Destructor Documentation

template<typename Vertex , typename LocalVertex >
boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >::msg_add_edge_data ( )
inline
template<typename Vertex , typename LocalVertex >
boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >::msg_add_edge_data ( Vertex  source,
Vertex  target 
)
inline

Member Function Documentation

template<typename Vertex , typename LocalVertex >
template<typename Archiver >
void boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >::serialize ( Archiver &  ar,
const unsigned  int 
)
inline

Member Data Documentation

template<typename Vertex , typename LocalVertex >
LocalVertex boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >::source

The source of the edge; the processor will be the receiving processor.

template<typename Vertex , typename LocalVertex >
Vertex boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >::target

The documentation for this struct was generated from the following file: