INTERNAL ONLY.
More...
#include <skeleton_and_content.hpp>
INTERNAL ONLY.
This content
class is a wrapper around the C++ "content" retrieved from get_content. This wrapper is only needed to store a copy of the Python object on which get_content() was called.
boost::mpi::python::content::content |
( |
const inherited & |
base, |
|
|
boost::python::object |
object |
|
) |
| |
|
inline |
inherited& boost::mpi::python::content::base |
( |
| ) |
|
|
inline |
const inherited& boost::mpi::python::content::base |
( |
| ) |
const |
|
inline |
void boost::mpi::content::commit |
( |
| ) |
|
|
inlineinherited |
Commit the MPI data type referring to the content of the object.
MPI_Datatype boost::mpi::content::get_mpi_datatype |
( |
| ) |
const |
|
inlineinherited |
Retrieve the MPI data type that refers to the content of the object.
- Returns
- the MPI data type, which should only be transmitted or received using
MPI_BOTTOM
as the address.
boost::python::object boost::mpi::python::content::object |
The documentation for this class was generated from the following file: