Blender V4.3
blender::bke::FinishCallChecker Struct Reference

Public Member Functions

 ~FinishCallChecker ()
 

Public Attributes

std::string name
 
bool finish_called = false
 
std::function< void()> real_finish_fn
 

Detailed Description

Debug utility that checks whether the #finish function of an #AttributeWriter has been called.

Definition at line 700 of file attribute_access.cc.

Constructor & Destructor Documentation

◆ ~FinishCallChecker()

blender::bke::FinishCallChecker::~FinishCallChecker ( )
inline

Definition at line 705 of file attribute_access.cc.

Member Data Documentation

◆ finish_called

bool blender::bke::FinishCallChecker::finish_called = false

Definition at line 702 of file attribute_access.cc.

◆ name

std::string blender::bke::FinishCallChecker::name

Definition at line 701 of file attribute_access.cc.

◆ real_finish_fn

std::function<void()> blender::bke::FinishCallChecker::real_finish_fn

Definition at line 703 of file attribute_access.cc.


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