Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpi::python::detail::skeleton_content_handler Struct Reference

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>

Collaboration diagram for boost::mpi::python::detail::skeleton_content_handler:

Public Attributes

function1< object, const object & > get_skeleton_proxy
 
function1< content, const
object & > 
get_content
 

Detailed Description

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.

Member Data Documentation

function1<content, const object&> boost::mpi::python::detail::skeleton_content_handler::get_content
function1<object, const object&> boost::mpi::python::detail::skeleton_content_handler::get_skeleton_proxy

The documentation for this struct was generated from the following file: