This header contains all of the forward declarations required to use transmit skeletons of data structures and the content of data structures separately. More...
Classes | |
struct | boost::mpi::skeleton_proxy< T > |
A proxy that requests that the skeleton of an object be transmitted. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::mpi | |
Functions | |
template<class T > | |
const skeleton_proxy< T > | boost::mpi::skeleton (T &x) |
Create a skeleton proxy object. More... | |
template<class T > | |
const content | boost::mpi::get_content (const T &x) |
Returns the content of an object, suitable for transmission via Boost.MPI. More... | |
This header contains all of the forward declarations required to use transmit skeletons of data structures and the content of data structures separately.
To actually transmit skeletons or content, include the header boost/mpi/skeleton_and_content.hpp
.