![]() |
An open-source, flexible 3D physical simulation framework
|
#include <PythonInterpreter.hpp>
Public Member Functions | |
Function (ModuleState &module, const std::string &name) | |
Function & | pass (CppType type) |
Function & | call (...) |
shared_ptr< Object > | returnObject () |
Public Attributes | |
shared_ptr< FunctionState > | state |
Definition at line 88 of file PythonInterpreter.hpp.
mars::Function::Function | ( | ModuleState & | module, |
const std::string & | name | ||
) |
Definition at line 483 of file PythonInterpreter.cpp.
Function & mars::Function::call | ( | ... | ) |
Definition at line 497 of file PythonInterpreter.cpp.
Definition at line 491 of file PythonInterpreter.cpp.
shared_ptr< Object > mars::Function::returnObject | ( | ) |
Definition at line 534 of file PythonInterpreter.cpp.
shared_ptr<FunctionState> mars::Function::state |
Definition at line 91 of file PythonInterpreter.hpp.