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< T > Class Template Reference

INTERNAL ONLY. More...

#include <skeleton_and_content.hpp>

Inheritance diagram for boost::mpi::python::skeleton_proxy< T >:
Collaboration diagram for boost::mpi::python::skeleton_proxy< T >:

Public Member Functions

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

Public Attributes

boost::python::object object
 

Detailed Description

template<typename T>
class boost::mpi::python::skeleton_proxy< T >

INTERNAL ONLY.

The templated skeleton_proxy class represents a skeleton proxy in Python. The only data is stored in the skeleton_proxy_base class (which is the type actually exposed as skeleton_proxy in Python). However, the type of skeleton_proxy<T> is important for (de-)serialization of skeleton_proxy<T>'s for transmission.

Constructor & Destructor Documentation

template<typename T >
boost::mpi::python::skeleton_proxy< T >::skeleton_proxy ( const boost::python::object &  object)
inline

Member Data Documentation

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

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