Blender  V3.3
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
blender::fn::VariableValue_Span Struct Reference
Inheritance diagram for blender::fn::VariableValue_Span:
blender::fn::VariableValue

Public Member Functions

 VariableValue_Span (void *data, bool owned)
 
- Public Member Functions inherited from blender::fn::VariableValue
 VariableValue (ValueType type)
 

Public Attributes

voiddata
 
bool owned
 
- Public Attributes inherited from blender::fn::VariableValue
ValueType type
 

Static Public Attributes

static constexpr ValueType static_type = ValueType::Span
 

Detailed Description

Definition at line 60 of file multi_function_procedure_executor.cc.

Constructor & Destructor Documentation

◆ VariableValue_Span()

blender::fn::VariableValue_Span::VariableValue_Span ( void data,
bool  owned 
)
inline

Definition at line 65 of file multi_function_procedure_executor.cc.

Member Data Documentation

◆ data

void* blender::fn::VariableValue_Span::data

◆ owned

bool blender::fn::VariableValue_Span::owned

Definition at line 63 of file multi_function_procedure_executor.cc.

◆ static_type

constexpr ValueType blender::fn::VariableValue_Span::static_type = ValueType::Span
inlinestaticconstexpr

Definition at line 61 of file multi_function_procedure_executor.cc.


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