[Boost.Python] Exposing protected virtual member functions
Hi,
I'd like to expose some protected virtual member functions to Python, but
I've been unable to find a practical way to do so.
I've created a wrapper making the protected functions public, but have not
been able to make further progress due to either compile errors or Python
runtime exceptions.
Is there something I've overlooked in the documentation? Please see code
below.
Thanks,
Vitaly
#include
participants (1)
-
Vitaly Budovski