Blender V4.3
blender::fn::lazy_function::LocalUserData Class Reference

#include <FN_lazy_function.hh>

Inherited by blender::nodes::GeoNodesLFLocalUserData.

Public Member Functions

virtual ~LocalUserData ()=default
 

Detailed Description

Extension of UserData that is thread-local. This avoids accessing e.g. EnumerableThreadSpecific.local() in every nested lazy-function because the thread local data is passed in by the caller.

Definition at line 82 of file FN_lazy_function.hh.

Constructor & Destructor Documentation

◆ ~LocalUserData()

virtual blender::fn::lazy_function::LocalUserData::~LocalUserData ( )
virtualdefault

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