Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::fn::NextInstructionInfo Struct Reference

Public Member Functions

IndexMask mask () const
 
 operator bool () const
 

Public Attributes

const MFInstructioninstruction = nullptr
 
InstructionIndices indices
 

Detailed Description

Contains information about the next instruction that should be executed.

Definition at line 1104 of file multi_function_procedure_executor.cc.

Member Function Documentation

◆ mask()

IndexMask blender::fn::NextInstructionInfo::mask ( ) const
inline

◆ operator bool()

blender::fn::NextInstructionInfo::operator bool ( ) const
inline

Definition at line 1113 of file multi_function_procedure_executor.cc.

Member Data Documentation

◆ indices

InstructionIndices blender::fn::NextInstructionInfo::indices

Definition at line 1106 of file multi_function_procedure_executor.cc.

◆ instruction

const MFInstruction* blender::fn::NextInstructionInfo::instruction = nullptr

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