Privacy
An open-source, flexible 3D physical simulation framework
mars::ModuleState Struct Reference

Public Attributes

PyObjectPtr modulePtr
 
shared_ptr< FunctioncurrentFunction
 
shared_ptr< ObjectcurrentVariable
 

Detailed Description

Definition at line 232 of file PythonInterpreter.cpp.

Member Data Documentation

◆ currentFunction

shared_ptr<Function> mars::ModuleState::currentFunction

Definition at line 235 of file PythonInterpreter.cpp.

◆ currentVariable

shared_ptr<Object> mars::ModuleState::currentVariable

Definition at line 236 of file PythonInterpreter.cpp.

◆ modulePtr

PyObjectPtr mars::ModuleState::modulePtr

Definition at line 234 of file PythonInterpreter.cpp.


The documentation for this struct was generated from the following file: