0
Siwg python and C++ class object pointer
Hi I am having C++ code which I want to use in python. For this, I have used swig which generates the python binding. I am ok with this but how to have pointer in python? In other words , class object I can create in python. My one of c++ function takes class object pointer as an argument to a function. How to create pointer in python so that I can use the method?
0 Respuestas