P
P
Philip Bondarev2020-08-12 21:53:34
Python
Philip Bondarev, 2020-08-12 21:53:34

Is it possible to create a SWIG wrapper that returns the classes of another wrapper?

There is a library A in C ++ , for it kind people made a SWIG wrapper for Python , let's call it _a . I'm writing a B library on the plus side , which works with classes from A . I also create a SWIG wrapper _b . Now, I want my wrapper to be able to return _a wrapper classes , not (Swig Object of type 'MyAwesomeClass *' at 0x000001DA54B82060) . Is it possible? And if so, in which direction to dig?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question