May 1, 2012
9:37 a.m.
On Tue, May 1, 2012 at 5:25 PM, Ehsan Pi <ehsanpii@gmail.com> wrote:
Thanks Roman,
I believe these are not specific to py++ but boost.python, correct?
Yes
What I mean is whether it can be automated through the py++ wrapper, or do I have to manually alter the py++ generated cpp file?
Yes. py++ supports opaque pointers and code injection. The documentation contains explanation for different use cases.