Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
skeleton_and_content_fwd.hpp File Reference

This header contains all of the forward declarations required to use transmit skeletons of data structures and the content of data structures separately. More...

This graph shows which files directly or indirectly include this file:

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< Tboost::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...
 

Detailed Description

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.