Blender  V3.3
Public Member Functions | List of all members
blender::fn::MFDummyInstruction Class Reference

#include <FN_multi_function_procedure.hh>

Inheritance diagram for blender::fn::MFDummyInstruction:
blender::fn::MFInstruction blender::NonCopyable blender::NonMovable

Public Member Functions

void set_next (MFInstruction *instruction)
 
#MFDummyInstruction Inline Methods
MFInstructionnext ()
 
const MFInstructionnext () const
 
- Public Member Functions inherited from blender::fn::MFInstruction
MFInstructionType type () const
 
Span< MFInstructionCursorprev () const
 

Additional Inherited Members

- Protected Attributes inherited from blender::fn::MFInstruction
MFInstructionType type_
 
Vector< MFInstructionCursorprev_
 
friend MFProcedure
 
friend MFCallInstruction
 
friend MFBranchInstruction
 
friend MFDestructInstruction
 
friend MFDummyInstruction
 
friend MFReturnInstruction
 

Detailed Description

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.

Member Function Documentation

◆ next() [1/2]

MFInstruction * blender::fn::MFDummyInstruction::next ( )
inline

◆ next() [2/2]

const MFInstruction * blender::fn::MFDummyInstruction::next ( ) const
inline

Definition at line 504 of file FN_multi_function_procedure.hh.

◆ set_next()

void blender::fn::MFDummyInstruction::set_next ( MFInstruction instruction)

Definition at line 160 of file multi_function_procedure.cc.

References blender::fn::MFInstruction::prev_.


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