![]() |
An open-source, flexible 3D physical simulation framework
|
#include <PythonInterpreter.hpp>
Public Member Functions | |
Method (ObjectState &object, const std::string &name) | |
Method & | pass (CppType type) |
Method & | call (...) |
shared_ptr< Object > | returnObject () |
Public Attributes | |
shared_ptr< MethodState > | state |
Definition at line 99 of file PythonInterpreter.hpp.
mars::Method::Method | ( | ObjectState & | object, |
const std::string & | name | ||
) |
Definition at line 543 of file PythonInterpreter.cpp.
Method & mars::Method::call | ( | ... | ) |
Definition at line 557 of file PythonInterpreter.cpp.
Definition at line 551 of file PythonInterpreter.cpp.
shared_ptr< Object > mars::Method::returnObject | ( | ) |
Definition at line 603 of file PythonInterpreter.cpp.
shared_ptr<MethodState> mars::Method::state |
Definition at line 102 of file PythonInterpreter.hpp.