Home
last modified time | relevance | path

Searched defs:outgoing_messages (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/distributed/
Dmpi_process_group.hpp111 struct outgoing_messages { struct in boost::graph::distributed::mpi_process_group
112 outgoing_messages() {} in outgoing_messages() function
113 ~outgoing_messages() {} in ~outgoing_messages()
115 std::vector<message_header> headers;
116 buffer_type buffer;
119 void serialize(Archive& ar, int) in serialize()
124 void swap(outgoing_messages& x) in swap()