Blender  V2.93
Public Member Functions | Public Attributes | List of all members
blender::fn::OwnSingleValue Struct Reference

Inherits blender::fn::Value.

Public Member Functions

 OwnSingleValue (GMutableSpan span, int max_remaining_users, bool is_single_allocated)
 
- Public Member Functions inherited from blender::fn::Value
 Value (ValueType type)
 

Public Attributes

GMutableSpan span
 
int max_remaining_users
 
bool is_single_allocated
 
- Public Attributes inherited from blender::fn::Value
ValueType type
 

Detailed Description

Definition at line 489 of file multi_function_network_evaluation.cc.

Constructor & Destructor Documentation

◆ OwnSingleValue()

blender::fn::OwnSingleValue::OwnSingleValue ( GMutableSpan  span,
int  max_remaining_users,
bool  is_single_allocated 
)
inline

Definition at line 496 of file multi_function_network_evaluation.cc.

References blender::fn::OwnSingle.

Member Data Documentation

◆ is_single_allocated

bool blender::fn::OwnSingleValue::is_single_allocated

◆ max_remaining_users

int blender::fn::OwnSingleValue::max_remaining_users

◆ span

GMutableSpan blender::fn::OwnSingleValue::span

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