library of assembled shared sources |
http://lass.cocamware.com |
#include <pyobject_plus.h>
Public Member Functions | |
StaticMemberHelperObject (const T &obj) | |
PyObject * | build () const |
Private Attributes | |
T | obj_ |
Definition at line 817 of file pyobject_plus.h.
lass::python::impl::StaticMemberHelperObject< T >::StaticMemberHelperObject | ( | const T & | obj | ) | [inline] |
Definition at line 820 of file pyobject_plus.h.
PyObject* lass::python::impl::StaticMemberHelperObject< T >::build | ( | ) | const [inline, virtual] |
Implements lass::python::impl::StaticMemberHelper.
Definition at line 821 of file pyobject_plus.h.
References lass::python::pyBuildSimpleObject().
T lass::python::impl::StaticMemberHelperObject< T >::obj_ [private] |
Definition at line 823 of file pyobject_plus.h.
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |