Blender V5.0
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 800 of file attribute_access.cc.

Constructor & Destructor Documentation

◆ ~FinishCallChecker()

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

Definition at line 805 of file attribute_access.cc.

Member Data Documentation

◆ finish_called

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

Definition at line 802 of file attribute_access.cc.

◆ name

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

Definition at line 801 of file attribute_access.cc.

◆ real_finish_fn

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

Definition at line 803 of file attribute_access.cc.


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