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::skeleton_proxy_base Class Reference

INTERNAL ONLY. More...

#include <skeleton_and_content.hpp>

Inheritance diagram for boost::mpi::python::skeleton_proxy_base:
Collaboration diagram for boost::mpi::python::skeleton_proxy_base:

Public Member Functions

 skeleton_proxy_base (const boost::python::object &object)
 

Public Attributes

boost::python::object object
 

Detailed Description

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.

Constructor & Destructor Documentation

boost::mpi::python::skeleton_proxy_base::skeleton_proxy_base ( const boost::python::object &  object)
inline

Member Data Documentation

boost::python::object boost::mpi::python::skeleton_proxy_base::object

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