Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::Materials::CopyBetweenDataInfo Struct Reference

Information for copying between two memory regions. More...

#include <arcane/core/materials/internal/IMeshMaterialVariableInternal.h>

Collaboration diagram for Arcane::Materials::CopyBetweenDataInfo:

Public Member Functions

 CopyBetweenDataInfo (SmallSpan< const std::byte > input, SmallSpan< std::byte > output, Int32 data_size)

Public Attributes

SmallSpan< const std::byte > m_input
SmallSpan< std::byte > m_output
Int32 m_data_size = 0

Detailed Description

Information for copying between two memory regions.

Definition at line 34 of file IMeshMaterialVariableInternal.h.

Constructor & Destructor Documentation

◆ CopyBetweenDataInfo()

Arcane::Materials::CopyBetweenDataInfo::CopyBetweenDataInfo ( SmallSpan< const std::byte > input,
SmallSpan< std::byte > output,
Int32 data_size )
inline

Definition at line 38 of file IMeshMaterialVariableInternal.h.

Member Data Documentation

◆ m_data_size

Int32 Arcane::Materials::CopyBetweenDataInfo::m_data_size = 0

Definition at line 48 of file IMeshMaterialVariableInternal.h.

◆ m_input

SmallSpan<const std::byte> Arcane::Materials::CopyBetweenDataInfo::m_input

Definition at line 46 of file IMeshMaterialVariableInternal.h.

◆ m_output

SmallSpan<std::byte> Arcane::Materials::CopyBetweenDataInfo::m_output

Definition at line 47 of file IMeshMaterialVariableInternal.h.


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