On 10/16/06, Allen Bierbaum <al...@vr...> wrote:
> I have this sort of working now, but I have run into an additional
> problem. Because of the way the mixins work (I assume the templated
> base class), py++ is not figuring out that this class has a base class.
> Because of this I am not getting the standard support for using the
> methods of the base class that I have exposed.
>
> Is there anyway to manually tell py++ about a class's base classes? For
> example given a class decl could I manually tell it that it is derived
> from class "Base" somehow so this would influence the code creators and
> thus the generated code?
Allen I am pretty busy, can you create small test case that reproduce the
problem? ( C++ and Py++ files ).
Boost.Date_Time uses same pattern and it works okay. May be you should take
a look on it.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|