The skeleton_content_handler
structure contains all of the information required to extract a skeleton and content from a Python object with a certain C++ type.
More...
#include <skeleton_and_content.hpp>
Public Attributes | |
function1< object, const object & > | get_skeleton_proxy |
function1< content, const object & > | get_content |
The skeleton_content_handler
structure contains all of the information required to extract a skeleton and content from a Python object with a certain C++ type.
Referenced by boost::mpi::python::register_skeleton_and_content().
function1<object, const object&> boost::mpi::python::detail::skeleton_content_handler::get_skeleton_proxy |
Referenced by boost::mpi::python::register_skeleton_and_content().