Midge
v3.9.2
Data Processing Framework
|
Public Member Functions | |
buffer_read_stream (buffer *p_buffer) | |
virtual | ~buffer_read_stream () |
read_stream< x_type > & | operator> (enum_t &p_state) |
read_stream< x_type > & | operator< (const enum_t &p_state) |
read_stream< x_type > & | operator>> (const x_type *&p_pointer) |
read_stream< x_type > & | operator<< (const x_type *&) |
![]() | |
read_stream () | |
virtual | ~read_stream () |
![]() | |
stream () | |
virtual | ~stream () |
Private Attributes | |
buffer & | f_buffer |
count_t | f_stream_index |
count_t | f_current_state_index |
count_t | f_current_data_index |
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 263 of file test_buffer.cc.
|
inline |
Definition at line 267 of file test_buffer.cc.
|
inlinevirtual |
Definition at line 274 of file test_buffer.cc.
|
inlinevirtual |
Implements stream.
Definition at line 293 of file test_buffer.cc.
|
inlinevirtual |
Implements read_stream< x_type >.
Definition at line 309 of file test_buffer.cc.
|
inlinevirtual |
Implements stream.
Definition at line 278 of file test_buffer.cc.
|
inlinevirtual |
Implements read_stream< x_type >.
Definition at line 301 of file test_buffer.cc.
|
private |
Definition at line 322 of file test_buffer.cc.
|
private |
Definition at line 325 of file test_buffer.cc.
|
private |
Definition at line 324 of file test_buffer.cc.
|
private |
Definition at line 323 of file test_buffer.cc.