SHORE API
|
Takes up functors for filtering items from a pipeline. More...
Public Member Functions | |
feed< T > & | failures () |
void | add_op (functor_t func) |
bool | empty () const |
![]() | |
pipe_facade (const pipe_facade &t) | |
Copy constructor: need to bind the slots to the correct object. | |
void | disconnect_inputs () |
Disconnect all connected upstream pipeline elements. | |
void | disconnect_outputs () |
Disconnect all connected downstream pipeline elements. | |
signal< const T & > & | sigdata () |
signal< void > & | sigflush () |
slot< const T & > & | slotdata () |
slot< void > & | slotflush () |
slot< void > & | slotfreeze () |
slot< void > & | slotthaw () |
signal< void > & | sigfreeze () |
signal< void > & | sigthaw () |
Friends | |
class | shore::pipeline_core_access |
Additional Inherited Members | |
![]() | |
typedef T | append_type |
typedef T | current_type |
![]() | |
typedef pipe_facade< splitter < T >, T, T, false > | facade_type |
![]() | |
void | emit (const T &d) |
Called by derived classes to emit data to downstream pipeline elements. More... | |
Takes up functors for filtering items from a pipeline.