SHORE API
|
Simply pass the data on, optionally perform a type cast. More...
Friends | |
class | pipeline_core_access |
Additional Inherited Members | |
![]() | |
typedef T | append_type |
typedef U | current_type |
![]() | |
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 U & > & | sigdata () |
signal< void > & | sigflush () |
slot< const T & > & | slotdata () |
slot< void > & | slotflush () |
slot< void > & | slotfreeze () |
slot< void > & | slotthaw () |
signal< void > & | sigfreeze () |
signal< void > & | sigthaw () |
![]() | |
typedef pipe_facade< thru< T, U >, T, U, false > | facade_type |
![]() | |
void | emit (const U &d) |
Called by derived classes to emit data to downstream pipeline elements. More... | |
Simply pass the data on, optionally perform a type cast.