|
Blender
V3.3
|
#include <FN_multi_function_procedure.hh>
Public Member Functions | |
| void | set_next (MFInstruction *instruction) |
#MFDummyInstruction Inline Methods | |
| MFInstruction * | next () |
| const MFInstruction * | next () const |
Public Member Functions inherited from blender::fn::MFInstruction | |
| MFInstructionType | type () const |
| Span< MFInstructionCursor > | prev () const |
Additional Inherited Members | |
Protected Attributes inherited from blender::fn::MFInstruction | |
| MFInstructionType | type_ |
| Vector< MFInstructionCursor > | prev_ |
| friend | MFProcedure |
| friend | MFCallInstruction |
| friend | MFBranchInstruction |
| friend | MFDestructInstruction |
| friend | MFDummyInstruction |
| friend | MFReturnInstruction |
This instruction does nothing, it just exists to building a procedure simpler in some cases.
Definition at line 208 of file FN_multi_function_procedure.hh.
|
inline |
Definition at line 499 of file FN_multi_function_procedure.hh.
Referenced by blender::fn::MFProcedureExecutor::call().
|
inline |
Definition at line 504 of file FN_multi_function_procedure.hh.
| void blender::fn::MFDummyInstruction::set_next | ( | MFInstruction * | instruction | ) |
Definition at line 160 of file multi_function_procedure.cc.
References blender::fn::MFInstruction::prev_.