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
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