--- title: "dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::input_reader_t Struct Reference" layout: default permalink: /structdynamorio_1_1drmemtrace_1_1scheduler__tmpl__t_1_1input__reader__t.html ---
DynamoRIO
|
#include <scheduler.h>
Public Member Functions | |
input_reader_t ()=default | |
input_reader_t (std::unique_ptr< ReaderType > reader, std::unique_ptr< ReaderType > end, memref_tid_t tid) | |
Data Fields | |
std::unique_ptr< ReaderType > | reader |
std::unique_ptr< ReaderType > | end |
memref_tid_t | tid = INVALID_THREAD_ID |
Specifies an input that is already opened by a reader.
|
default |
Creates an empty reader.
|
inline |
Creates a reader entry.
std::unique_ptr<ReaderType> dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::input_reader_t::end |
The end reader for 'reader'.
std::unique_ptr<ReaderType> dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::input_reader_t::reader |
The reader for the input stream.
memref_tid_t dynamorio::drmemtrace::scheduler_tmpl_t< RecordType, ReaderType >::input_reader_t::tid = INVALID_THREAD_ID |
A unique identifier to distinguish from other readers for this workload. Typically this will be the thread id but it does not need to be, so long as it is not 0 (DynamoRIO's INVALID_THREAD_ID sentinel). This is used to in the 'thread_modifiers' field of 'input_workload_t' to refer to this input.