> func( &rt );
How to make a parameter of c++ instance's pointer to a python function.

> def pfunc( ret )
>     print ret.long
>     print ret.area()
How to use c++ instance in python code.
parameter
2012/11/17 Sybren A. Stüvel <syb...@stuvel.eu>

> On 17 November 2012 16:25, simon zhang <hapo...@gmail.com> wrote:
>
>> how to do?
>>
>
> So... what's your question exactly?
>
> --
> Sybren A. Stüvel
>
> http://stuvel.eu/
>
>
>
> _______________________________________________
> Cplusplus-sig mailing list
> Cplusplus-sig@python.org
> http://mail.python.org/mailman/listinfo/cplusplus-sig
>
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to