Privacy
An open-source, flexible 3D physical simulation framework
mars::ListBuilder Class Reference

#include <PythonInterpreter.hpp>

Public Member Functions

ListBuilderpass (CppType type)
 
shared_ptr< Objectbuild (...)
 

Public Attributes

shared_ptr< ListBuilderStatestate
 

Private Member Functions

 ListBuilder ()
 

Friends

class PythonInterpreter
 

Detailed Description

Definition at line 121 of file PythonInterpreter.hpp.

Constructor & Destructor Documentation

◆ ListBuilder()

mars::ListBuilder::ListBuilder ( )
private

Definition at line 651 of file PythonInterpreter.cpp.

Member Function Documentation

◆ build()

shared_ptr< Object > mars::ListBuilder::build (   ...)

Definition at line 663 of file PythonInterpreter.cpp.

◆ pass()

ListBuilder & mars::ListBuilder::pass ( CppType  type)

Definition at line 657 of file PythonInterpreter.cpp.

Friends And Related Function Documentation

◆ PythonInterpreter

friend class PythonInterpreter
friend

Definition at line 123 of file PythonInterpreter.hpp.

Member Data Documentation

◆ state

shared_ptr<ListBuilderState> mars::ListBuilder::state

Definition at line 126 of file PythonInterpreter.hpp.


The documentation for this class was generated from the following files: