c++ Programming Glossary: worldobjectptr
Boost-python How to pass a c++ class instance to a python class http://stackoverflow.com/questions/5055443/boost-python-how-to-pass-a-c-class-instance-to-a-python-class sys PyRun_SimpleString sys.path.append '. ' world_ptr worldObjectPtr new World worldObjectPtr set C try inithello PyObject pModule.. sys.path.append '. ' world_ptr worldObjectPtr new World worldObjectPtr set C try inithello PyObject pModule PyImport_ImportModule.. NULL PyObject_CallMethod pInstanceHelloPython sayHi NULL worldObjectPtr greet PyObject_CallMethod pInstanceHelloPython greetReset O..
|