Midge
v3.9.2
Data Processing Framework
|
#include <_stream.hh>
Public Member Functions | |
virtual x_type * | data ()=0 |
virtual void | timer_report () const |
snake_case_mv_referrable (std::string, label) | |
![]() | |
virtual enum_t | get ()=0 |
virtual bool | set (enum_t p_command)=0 |
virtual count_t | get_current_index () const =0 |
Protected Member Functions | |
_stream () | |
virtual | ~_stream () |
![]() | |
stream () | |
virtual | ~stream () |
Additional Inherited Members | |
![]() | |
static const enum_t | s_none = 0 |
static const enum_t | s_start = 1 |
static const enum_t | s_run = 2 |
static const enum_t | s_stop = 3 |
static const enum_t | s_exit = 4 |
static const enum_t | s_error = 100 |
Definition at line 13 of file _stream.hh.
|
protected |
Definition at line 34 of file _stream.hh.
|
protectedvirtual |
Definition at line 40 of file _stream.hh.
|
pure virtual |
Implemented in _buffer< x_type >::_read_stream, and _buffer< x_type >::_write_stream.
snake_case_mv_referrable | ( | std::string | , |
label | |||
) |
|
inlinevirtual |
Implements stream.
Definition at line 45 of file _stream.hh.