On Wed, Aug 13, 2008 at 12:34 PM, Damien Fagnou
<dam...@mo...> wrote:
> Hi ,
>
> in our project we use OpenEXR Imath classes for our Math objects.
> its heavily templetized , I have create a special header where I
> instanciate the class that I need to be expose to
> gcc-xml and that part is working fine , but the problem come when those
> class have template member functions .
>
> I have try to instanciate those too but I still dont get them in .
>
> I can across this in goggle :
> http://mail.python.org/pipermail/c++-sig/2008-June/013663.html
>
> does that mean that there is currently no way using py++ to expose
> template member functions of template class even with some forced
> instanciation ?
If you will success to instantiate them, Py++ will pick up them.
I really tried to find some work-around and failed.
If you have a big use-case, may be it worse to turn to Brad King,
author of gccxml, and ask help from him.
HTH.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|