bes Updated for version 3.20.13
|
#include <DmrppArray.h>
Public Member Functions | |
one_child_chunk_args (int *pipe, unsigned char id, std::shared_ptr< Chunk > c_c, std::shared_ptr< Chunk > m_c) | |
Public Attributes | |
std::shared_ptr< Chunk > | child_chunk |
int * | fds |
std::shared_ptr< Chunk > | master_chunk |
unsigned char | tid |
Chunk data insert args for use with pthreads. Used for reading contiguous data in parallel.
Definition at line 170 of file DmrppArray.h.
|
inline |
Definition at line 176 of file DmrppArray.h.
|
inline |
Definition at line 179 of file DmrppArray.h.
std::shared_ptr<Chunk> dmrpp::one_child_chunk_args::child_chunk |
Definition at line 173 of file DmrppArray.h.
int* dmrpp::one_child_chunk_args::fds |
Definition at line 171 of file DmrppArray.h.
std::shared_ptr<Chunk> dmrpp::one_child_chunk_args::master_chunk |
Definition at line 174 of file DmrppArray.h.
unsigned char dmrpp::one_child_chunk_args::tid |
Definition at line 172 of file DmrppArray.h.