Midge  v3.9.2
Data Processing Framework
Public Member Functions | Private Attributes | List of all members
writer Class Reference

Public Member Functions

 writer (buffer< real_t > *p_buffer, const count_t &p_seed)
 
 ~writer ()
 
void execute ()
 

Private Attributes

write_stream< real_t > & f_stream
 
count_t f_seed
 
std::mt19937 f_rng
 

Detailed Description

Definition at line 337 of file test_buffer.cc.

Constructor & Destructor Documentation

◆ writer()

writer ( buffer< real_t > *  p_buffer,
const count_t p_seed 
)
inline

Definition at line 340 of file test_buffer.cc.

◆ ~writer()

~writer ( )
inline

Definition at line 345 of file test_buffer.cc.

Member Function Documentation

◆ execute()

void execute ( )
inline

Definition at line 348 of file test_buffer.cc.

Member Data Documentation

◆ f_rng

std::mt19937 f_rng
private

Definition at line 390 of file test_buffer.cc.

◆ f_seed

count_t f_seed
private

Definition at line 389 of file test_buffer.cc.

◆ f_stream

write_stream< real_t >& f_stream
private

Definition at line 388 of file test_buffer.cc.


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