Alan Baljeu wrote:
I just read the tutorial page on pybindgen, but it doesn't talk about reference types. 99% of my C++ code involves passing around things like foo&, so this is significant to me. How is it done?
If you need fine-grained control about argument passing policies (as soon as you need reference-semantics, you have to be careful about lifetime management, for example), you are better off writing boost.python bindings manually, I would suggest.
Regards, Stefan -- ...ich hab' noch einen Koffer in Berlin... _______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig