|
Blender V4.3
|
#include <FN_multi_function_procedure.hh>
Inherits blender::fn::multi_function::Instruction.
Public Member Functions | |
| void | set_next (Instruction *instruction) |
#DummyInstruction Inline Methods | |
| Instruction * | next () |
| const Instruction * | next () const |
Public Member Functions inherited from blender::fn::multi_function::Instruction | |
| InstructionType | type () const |
| Span< InstructionCursor > | prev () const |
Additional Inherited Members | |
Protected Attributes inherited from blender::fn::multi_function::Instruction | |
| InstructionType | type_ |
| Vector< InstructionCursor > | prev_ |
| friend | Procedure |
| friend | CallInstruction |
| friend | BranchInstruction |
| friend | DestructInstruction |
| friend | DummyInstruction |
| friend | ReturnInstruction |
This instruction does nothing, it just exists to building a procedure simpler in some cases.
Definition at line 201 of file FN_multi_function_procedure.hh.
|
inline |
Definition at line 481 of file FN_multi_function_procedure.hh.
Referenced by blender::fn::multi_function::ProcedureExecutor::call().
|
inline |
Definition at line 486 of file FN_multi_function_procedure.hh.
| void blender::fn::multi_function::DummyInstruction::set_next | ( | Instruction * | instruction | ) |
Definition at line 167 of file multi_function_procedure.cc.
References blender::fn::multi_function::Instruction::prev_.