Re: [C++-sig] How to derive a python class from a C++ base abstract class [Boost.python]

2018-07-10 Thread Stefan Seefeld
On 2018-07-10 03:55 PM, Danny C wrote: Hi, I am trying to build a hybrid system for exposing my C++ library to python and some other languages. Use case: Expose certain C++ abstract classes to be extended in python. A different exposed concrete class instance uses the methodsĀ from extende

[C++-sig] How to derive a python class from a C++ base abstract class [Boost.python]

2018-07-10 Thread Danny C
Hi, I am trying to build a hybrid system for exposing my C++ library to python and some other languages. Use case: Expose certain C++ abstract classes to be extended in python. A different exposed concrete class instance uses the methods from extended classes as callbacks Q1: I want to derive a