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

Public Attributes

std::string name
 
PyObjectPtr functionPtr
 
std::list< CppTypeargs
 
PyObjectPtr result
 

Detailed Description

Definition at line 216 of file PythonInterpreter.cpp.

Member Data Documentation

◆ args

std::list<CppType> mars::FunctionState::args

Definition at line 220 of file PythonInterpreter.cpp.

◆ functionPtr

PyObjectPtr mars::FunctionState::functionPtr

Definition at line 219 of file PythonInterpreter.cpp.

◆ name

std::string mars::FunctionState::name

Definition at line 218 of file PythonInterpreter.cpp.

◆ result

PyObjectPtr mars::FunctionState::result

Definition at line 221 of file PythonInterpreter.cpp.


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