bes Updated for version 3.20.13
dmrpp::one_super_chunk_args Struct Reference

#include <DmrppArray.h>

Collaboration diagram for dmrpp::one_super_chunk_args:
Collaboration graph

Public Member Functions

 one_super_chunk_args (std::shared_ptr< SuperChunk > sc, DmrppArray *a)
 

Public Attributes

DmrppArrayarray
 
std::thread::id parent_thread_id
 
std::shared_ptr< SuperChunksuper_chunk
 

Detailed Description

Args for threads that process SuperChunks, constrained or not.

Definition at line 156 of file DmrppArray.h.

Constructor & Destructor Documentation

◆ one_super_chunk_args()

dmrpp::one_super_chunk_args::one_super_chunk_args ( std::shared_ptr< SuperChunk sc,
DmrppArray a 
)
inline

Definition at line 161 of file DmrppArray.h.

Member Data Documentation

◆ array

DmrppArray* dmrpp::one_super_chunk_args::array

Definition at line 159 of file DmrppArray.h.

◆ parent_thread_id

std::thread::id dmrpp::one_super_chunk_args::parent_thread_id

Definition at line 157 of file DmrppArray.h.

◆ super_chunk

std::shared_ptr<SuperChunk> dmrpp::one_super_chunk_args::super_chunk

Definition at line 158 of file DmrppArray.h.


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