Midge
v3.9.2
Data Processing Framework
|
Public Member Functions | |
buffer_write_stream (buffer *p_buffer) | |
virtual | ~buffer_write_stream () |
write_stream< x_type > & | operator> (enum_t &p_state) |
write_stream< x_type > & | operator< (const enum_t &p_state) |
write_stream< x_type > & | operator>> (x_type *&p_pointer) |
write_stream< x_type > & | operator<< (x_type *&) |
![]() | |
write_stream () | |
virtual | ~write_stream () |
![]() | |
stream () | |
virtual | ~stream () |
Private Attributes | |
buffer & | f_buffer |
count_t | f_current_state_index |
count_t | f_next_state_index |
count_t | f_current_data_index |
count_t | f_next_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 175 of file test_buffer.cc.
|
inline |
Definition at line 179 of file test_buffer.cc.
|
inlinevirtual |
Definition at line 187 of file test_buffer.cc.
|
inlinevirtual |
Implements stream.
Definition at line 199 of file test_buffer.cc.
|
inlinevirtual |
Implements write_stream< x_type >.
Definition at line 238 of file test_buffer.cc.
|
inlinevirtual |
Implements stream.
Definition at line 191 of file test_buffer.cc.
|
inlinevirtual |
Implements write_stream< x_type >.
Definition at line 222 of file test_buffer.cc.
|
private |
Definition at line 251 of file test_buffer.cc.
|
private |
Definition at line 254 of file test_buffer.cc.
|
private |
Definition at line 252 of file test_buffer.cc.
|
private |
Definition at line 255 of file test_buffer.cc.
|
private |
Definition at line 253 of file test_buffer.cc.