library of assembled shared sources |
http://lass.cocamware.com |
#include <pyshadow_object.h>
Public Types | |
typedef void | TCppClass |
Public Member Functions | |
virtual std::string | doPyRepr (void) |
virtual std::string | doPyStr (void) |
Protected Member Functions | |
PyShadowBaseCommon () | |
PyShadowBaseCommon (const PyShadowBaseCommon &iOther) | |
~PyShadowBaseCommon () | |
PyShadowBaseCommon & | operator= (const PyShadowBaseCommon &iOther) |
Definition at line 46 of file pyshadow_object.h.
typedef void lass::python::PyObjectPlus::TCppClass [inherited] |
Definition at line 414 of file pyobject_plus.h.
lass::python::impl::PyShadowBaseCommon::PyShadowBaseCommon | ( | ) | [protected] |
Definition at line 53 of file pyshadow_object.cpp.
lass::python::impl::PyShadowBaseCommon::PyShadowBaseCommon | ( | const PyShadowBaseCommon & | iOther | ) | [protected] |
Definition at line 57 of file pyshadow_object.cpp.
lass::python::impl::PyShadowBaseCommon::~PyShadowBaseCommon | ( | ) | [protected] |
Definition at line 61 of file pyshadow_object.cpp.
PyShadowBaseCommon & lass::python::impl::PyShadowBaseCommon::operator= | ( | const PyShadowBaseCommon & | iOther | ) | [protected] |
Definition at line 65 of file pyshadow_object.cpp.
virtual std::string lass::python::PyObjectPlus::doPyRepr | ( | void | ) | [inline, virtual, inherited] |
Reimplemented in lass::python::PyIteratorRange, lass::python::impl::PyMap, and lass::python::impl::PySequence.
Definition at line 417 of file pyobject_plus.h.
virtual std::string lass::python::PyObjectPlus::doPyStr | ( | void | ) | [inline, virtual, inherited] |
Reimplemented in lass::python::PyIteratorRange, lass::python::impl::PyMap, and lass::python::impl::PySequence.
Definition at line 418 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 |