Re: [pygccxml-development] Auto-wrapping methods taking non-const reference
Brought to you by:
mbaas,
roman_yakovenko
|
From: Roman Y. <rom...@gm...> - 2006-07-28 19:27:59
|
On 7/28/06, Matthias Baas <ba...@ir...> wrote: >Everything is implemented on top of pyplusplus and currently it only > works for methods that don't already create wrappers in pyplusplus. It > would be great if this functionality could eventually moved "down" to > pyplusplus so that the normal wrapper generation also works like this. It will. I think, that this functionality should be in py++. > This would provide a standard way for a user to inject custom code into > the generated wrappers. Almost right, it will provide a user with full control on generated wrapper code. > I'm currently trying to investigate how this > could be achieved because I want to make some of my wrapped code thread > safe which, I believe, is not possible with the current version of > pyplusplus and pypp_api. True. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |