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

Public Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 393 of file test_buffer.cc.

Constructor & Destructor Documentation

◆ reader()

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

Definition at line 396 of file test_buffer.cc.

◆ ~reader()

~reader ( )
inline

Definition at line 401 of file test_buffer.cc.

Member Function Documentation

◆ execute()

void execute ( )
inline

Definition at line 404 of file test_buffer.cc.

Member Data Documentation

◆ f_rng

std::mt19937 f_rng
private

Definition at line 445 of file test_buffer.cc.

◆ f_seed

count_t f_seed
private

Definition at line 444 of file test_buffer.cc.

◆ f_stream

read_stream< real_t >& f_stream
private

Definition at line 443 of file test_buffer.cc.


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