On 14 Dec 2006 13:57:10 -0800, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
Hi,
I'm having problems wrapping a hierarchy of classes, actually having
problems wrapping the base class. I don't need to use the WrapClass
mechanism since I don't want to override classes in Python. My code
boils down
[EMAIL PROTECTED] wrote:
> Chris Lambacher wrote:
> > On Thu, Dec 14, 2006 at 01:57:10PM -0800, [EMAIL PROTECTED] wrote:
> > > Hi,
> > > I'm having problems wrapping a hierarchy of classes, actually having
> > > problems wrapping the base class. I don't need to use the WrapClass
> > > mechanism sin
Chris Lambacher wrote:
> On Thu, Dec 14, 2006 at 01:57:10PM -0800, [EMAIL PROTECTED] wrote:
> > Hi,
> > I'm having problems wrapping a hierarchy of classes, actually having
> > problems wrapping the base class. I don't need to use the WrapClass
> > mechanism since I don't want to override classes
On Thu, Dec 14, 2006 at 01:57:10PM -0800, [EMAIL PROTECTED] wrote:
> Hi,
> I'm having problems wrapping a hierarchy of classes, actually having
> problems wrapping the base class. I don't need to use the WrapClass
> mechanism since I don't want to override classes in Python. My code
> boils down to
Hi,
I'm having problems wrapping a hierarchy of classes, actually having
problems wrapping the base class. I don't need to use the WrapClass
mechanism since I don't want to override classes in Python. My code
boils down to:
class Base
{
public:
virtual ~Base()
{}
virtual v