Midge
v3.9.2
Data Processing Framework
|
Public Member Functions | |
read_stream () | |
virtual | ~read_stream () |
virtual read_stream< x_type > & | operator>> (const x_type *&p_pointer)=0 |
virtual read_stream< x_type > & | operator<< (const x_type *&p_pointer)=0 |
![]() | |
stream () | |
virtual | ~stream () |
virtual stream & | operator> (enum_t &p_state)=0 |
virtual stream & | operator< (const enum_t &p_state)=0 |
Additional Inherited Members | |
![]() | |
static const enum_t | s_idle = 0 |
static const enum_t | s_started = 1 |
static const enum_t | s_stopped = 2 |
Definition at line 44 of file test_buffer.cc.
|
inline |
Definition at line 49 of file test_buffer.cc.
|
inlinevirtual |
Definition at line 52 of file test_buffer.cc.
|
pure virtual |
Implemented in buffer< x_type >::buffer_read_stream.
|
pure virtual |
Implemented in buffer< x_type >::buffer_read_stream.