|
Blender V4.3
|
Public Member Functions | |
| const IndexMask & | mask () const |
| operator bool () const | |
Public Attributes | |
| const Instruction * | instruction = nullptr |
| InstructionIndices | indices |
Contains information about the next instruction that should be executed.
Definition at line 1089 of file multi_function_procedure_executor.cc.
|
inline |
Definition at line 1093 of file multi_function_procedure_executor.cc.
References blender::fn::multi_function::InstructionIndices::mask().
Referenced by blender::fn::multi_function::ProcedureExecutor::call().
|
inline |
Definition at line 1098 of file multi_function_procedure_executor.cc.
| InstructionIndices blender::fn::multi_function::NextInstructionInfo::indices |
Definition at line 1091 of file multi_function_procedure_executor.cc.
| const Instruction* blender::fn::multi_function::NextInstructionInfo::instruction = nullptr |
Definition at line 1090 of file multi_function_procedure_executor.cc.
Referenced by blender::fn::multi_function::ProcedureExecutor::call().