[C++-sig] [boost.python] Exposing abstract derived classes

Roman Yakovenko roman.yakovenko at gmail.com
Mon Jul 14 21:43:30 CEST 2008


On Mon, Jul 14, 2008 at 10:35 PM, Maximilian Matthe <Maxi.Matthe at web.de> wrote:
> Ah I see, so the solution that Py++ uses is implementing all abstract
> methods in the derivedWrapper class and in the basewrapper. This
> seems to be redundant, are you sure that this is the best solution?

Definitely. Take a look on this file and explanation:

http://pygccxml.svn.sourceforge.net/viewvc/pygccxml/pyplusplus_dev/docs/history/history.rest?view=markup

> I mean, is py++ the standard in python wrapping? :-)

No, not at all, but it was tested with few big( huge ) projects with
untrivial hierarchies:
http://language-binding.net/pyplusplus/quotes.html


-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Cplusplus-sig mailing list