library of assembled shared sources |
http://lass.cocamware.com |
#include <pyshadow_object.h>
Public Types | |
typedef PyShadowBase< CppBase, true > | Type |
A rule of thumb is that any properly designed C++ interface should never be exposed using weak shadow objects. For your own safety, use weak shadow objects always in conjunction with the automatic object invalidator. This at least assures that when you access a weak shadow object from within Python that you don't get a dereference of a dangling pointer. You will notice that in Python a "C++ deleted" weak shadow object is transformed into None.
Definition at line 181 of file pyshadow_object.h.
typedef PyShadowBase<CppBase,true> lass::python::impl::PyShadowBaseWeak< CppBase >::Type |
Definition at line 183 of file pyshadow_object.h.
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |