library of assembled shared sources |
http://lass.cocamware.com |
Public Types | |
typedef U::TCppClass | TCppClass |
Static Public Member Functions | |
static TCppClass * | cppObject (U *iPyObject) |
static const TCppClass * | constCppObject (U *iPyObject) |
static U * | pyObject (TCppClass *iCppObject) |
Definition at line 199 of file pyshadow_object.h.
typedef U::TCppClass lass::python::impl::ShadowTraits< T >::Impl< U, shadow >::TCppClass |
Definition at line 201 of file pyshadow_object.h.
static TCppClass* lass::python::impl::ShadowTraits< T >::Impl< U, shadow >::cppObject | ( | U * | iPyObject | ) | [inline, static] |
Definition at line 202 of file pyshadow_object.h.
Referenced by lass::python::impl::ShadowTraits< T >::cppObject(), and lass::python::impl::ShadowTraits< T >::Impl< U, shadow >::pyObject().
static const TCppClass* lass::python::impl::ShadowTraits< T >::Impl< U, shadow >::constCppObject | ( | U * | iPyObject | ) | [inline, static] |
Definition at line 208 of file pyshadow_object.h.
Referenced by lass::python::impl::ShadowTraits< T >::constCppObject().
static U* lass::python::impl::ShadowTraits< T >::Impl< U, shadow >::pyObject | ( | TCppClass * | iCppObject | ) | [inline, static] |
Definition at line 212 of file pyshadow_object.h.
References lass::python::impl::ShadowTraits< T >::Impl< U, shadow >::cppObject().
Referenced by lass::python::impl::ShadowTraits< T >::pyObject().
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |