> 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 <[email protected]> > On 17 November 2012 16:25, simon zhang <[email protected]> wrote: > >> how to do? >> > > So... what's your question exactly? > > -- > Sybren A. Stüvel > > http://stuvel.eu/ > > > > _______________________________________________ > Cplusplus-sig mailing list > [email protected] > http://mail.python.org/mailman/listinfo/cplusplus-sig >
_______________________________________________ Cplusplus-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/cplusplus-sig
