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

Public Attributes

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

Detailed Description

Definition at line 224 of file PythonInterpreter.cpp.

Member Data Documentation

◆ args

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

Definition at line 228 of file PythonInterpreter.cpp.

◆ name

std::string mars::MethodState::name

Definition at line 227 of file PythonInterpreter.cpp.

◆ objectPtr

PyObjectPtr mars::MethodState::objectPtr

Definition at line 226 of file PythonInterpreter.cpp.

◆ result

PyObjectPtr mars::MethodState::result

Definition at line 229 of file PythonInterpreter.cpp.


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