Internal data structure that stores everything required to manage the receipt of serialized data via a request object. More...
#include <communicator.hpp>

Public Member Functions | |
| serialized_irecv_data (const communicator &comm, int source, int tag, T &value) | |
| void | deserialize (status &stat) |
Public Attributes | |
| communicator | comm |
| int | source |
| int | tag |
| std::size_t | count |
| packed_iarchive | ia |
| T & | value |
Internal data structure that stores everything required to manage the receipt of serialized data via a request object.
|
inline |
|
inline |
| communicator boost::mpi::detail::serialized_irecv_data< T >::comm |
| std::size_t boost::mpi::detail::serialized_irecv_data< T >::count |
| packed_iarchive boost::mpi::detail::serialized_irecv_data< T >::ia |
| int boost::mpi::detail::serialized_irecv_data< T >::source |
| int boost::mpi::detail::serialized_irecv_data< T >::tag |
| T& boost::mpi::detail::serialized_irecv_data< T >::value |