Midge
v3.9.2
Data Processing Framework
|
Public Member Functions | |
stream () | |
virtual | ~stream () |
virtual stream & | operator> (enum_t &p_state)=0 |
virtual stream & | operator< (const enum_t &p_state)=0 |
Static Public Attributes | |
static const enum_t | s_idle = 0 |
static const enum_t | s_started = 1 |
static const enum_t | s_stopped = 2 |
Definition at line 20 of file test_buffer.cc.
|
inline |
Definition at line 28 of file test_buffer.cc.
|
inlinevirtual |
Definition at line 31 of file test_buffer.cc.
Implemented in buffer< x_type >::buffer_read_stream, and buffer< x_type >::buffer_write_stream.
Implemented in buffer< x_type >::buffer_read_stream, and buffer< x_type >::buffer_write_stream.
|
static |
Definition at line 23 of file test_buffer.cc.
|
static |
Definition at line 24 of file test_buffer.cc.
|
static |
Definition at line 25 of file test_buffer.cc.