Re: [pygccxml-development] Finalizing a class?
Brought to you by:
mbaas,
roman_yakovenko
|
From: Roman Y. <rom...@gm...> - 2006-06-15 06:01:16
|
On 6/15/06, Allen Bierbaum <al...@vr...> wrote:
> Roman:
>
> Was there ever any progress on this? I am back to wrapping my original
> library now and I really need the ability to finalize classes.
There is no progress, but there is pretty simple work around: set
member functions
virtuality to NOT_VIRTUAL. In this case py++ will generate wrappers
only when it is
absolutely needed:
arrays
bit fields
member variable that has pointer or reference type
may be something else
Be careful with pure virtual functions.
Also If you want to implement this, I will try to find time and to
explain you how to
do that.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|