bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
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 260 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 265 of file DmrppArray.h.

Member Data Documentation

◆ array

DmrppArray* dmrpp::one_super_chunk_args::array

Definition at line 263 of file DmrppArray.h.

◆ parent_thread_id

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

Definition at line 261 of file DmrppArray.h.

◆ super_chunk

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

Definition at line 262 of file DmrppArray.h.


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