[C++-sig] Re: Exposing C++ objects to Python at runtime
Daniel Wallin
dalwan01 at student.umu.se
Thu Nov 27 13:19:11 CET 2003
Raoul Gough wrote:
> [snip]
>
> OK, I see what you mean. Once you've got a void * to the real C++
> object, you can pass this through a simple abstract interface to
> handle value extraction, allocation, copying, destruction and so
> on. The templated code would then only have to provide implementations
> based on void * instead of per-scripting-language. Sounds very
> interesting for multi-language support. Implementation, anyone?
Yes, we are discussing this for boost-langbinding.
--
Daniel Wallin
More information about the Cplusplus-sig
mailing list