![]() |
An open-source, flexible 3D physical simulation framework
|
#include <PythonInterpreter.hpp>
Public Member Functions | |
Module (const std::string &name) | |
Function & | function (const std::string &name) |
Object & | variable (const std::string &name) |
void | reload () |
Public Attributes | |
shared_ptr< ModuleState > | state |
Definition at line 110 of file PythonInterpreter.hpp.
mars::Module::Module | ( | const std::string & | name | ) |
Definition at line 612 of file PythonInterpreter.cpp.
Function & mars::Module::function | ( | const std::string & | name | ) |
Definition at line 625 of file PythonInterpreter.cpp.
void mars::Module::reload | ( | ) |
Definition at line 619 of file PythonInterpreter.cpp.
Object & mars::Module::variable | ( | const std::string & | name | ) |
Definition at line 631 of file PythonInterpreter.cpp.
shared_ptr<ModuleState> mars::Module::state |
Definition at line 113 of file PythonInterpreter.hpp.