#include <boost/python/object.hpp>
#include <boost/mpi/python/serialize.hpp>
#include <boost/mpi/python/skeleton_and_content.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::mpi | |
boost::mpi::python | |
Functions | |
template<typename T > | |
void | boost::mpi::python::register_serialized (const T &value=T(), PyTypeObject *type=0) |
Register the type T for direct serialization within Boost.MPI. More... | |
template<typename T > | |
void | boost::mpi::python::register_skeleton_and_content (const T &value=T(), PyTypeObject *type=0) |
Registers a type for use with the skeleton/content mechanism in Python. More... | |