Blender V4.3
blender::threading::detail::TaskSizeHints_Static Class Reference

#include <BLI_task_size_hints.hh>

Inherits blender::threading::TaskSizeHints.

Public Member Functions

 TaskSizeHints_Static (const int64_t size)
 

Public Attributes

int64_t size
 
- Public Attributes inherited from blender::threading::TaskSizeHints
Type type
 

Additional Inherited Members

- Public Types inherited from blender::threading::TaskSizeHints
enum class  Type { Static , IndividualLookup , AccumulatedLookup }
 
- Protected Member Functions inherited from blender::threading::TaskSizeHints
 TaskSizeHints (const Type type)
 

Detailed Description

Definition at line 47 of file BLI_task_size_hints.hh.

Constructor & Destructor Documentation

◆ TaskSizeHints_Static()

blender::threading::detail::TaskSizeHints_Static::TaskSizeHints_Static ( const int64_t size)
inline

Definition at line 51 of file BLI_task_size_hints.hh.

Member Data Documentation

◆ size

int64_t blender::threading::detail::TaskSizeHints_Static::size

Definition at line 49 of file BLI_task_size_hints.hh.

Referenced by blender::threading::use_single_thread().


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