INTERNAL ONLY. More...
#include <skeleton_and_content.hpp>
Public Member Functions | |
skeleton_proxy_base (const boost::python::object &object) | |
Public Attributes | |
boost::python::object | object |
INTERNAL ONLY.
A class specific to the Python bindings that mimics the behavior of the skeleton_proxy<T> template. In the case of Python skeletons, we only need to know the object (and its type) to transmit the skeleton. This is the only user-visible skeleton proxy type, although instantiations of its derived classes (skeleton_proxy<T>
) will be returned from the Python skeleton() function.
|
inline |
boost::python::object boost::mpi::python::skeleton_proxy_base::object |