Data stored with a msg_add_edge message, which requests the remote addition of an edge. More...
#include <adjacency_list.hpp>

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... | |
Data stored with a msg_add_edge message, which requests the remote addition of an edge.
|
inline |
|
inline |
|
inline |
| LocalVertex boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >::source |
The source of the edge; the processor will be the receiving processor.
| Vertex boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >::target |
The target of the edge.
Referenced by boost::detail::parallel::msg_add_edge_data< Vertex, LocalVertex >::serialize().