SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::thru< T, U > Class Template Reference

Simply pass the data on, optionally perform a type cast. More...

Inheritance diagram for shore::thru< T, U >:
shore::pipe_facade< thru< T, U >, T, U >

Friends

class pipeline_core_access
 

Additional Inherited Members

- Public Types inherited from shore::pipe_facade< thru< T, U >, T, U >
typedef T append_type
 
typedef U current_type
 
- Public Member Functions inherited from shore::pipe_facade< thru< T, U >, T, U >
 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 ()
 
- Protected Types inherited from shore::pipe_facade< thru< T, U >, T, U >
typedef pipe_facade< thru< T,
U >, T, U, false > 
facade_type
 
- Protected Member Functions inherited from shore::pipe_facade< thru< T, U >, T, U >
void emit (const U &d)
 Called by derived classes to emit data to downstream pipeline elements. More...
 

Detailed Description

template<typename T, typename U = T>
class shore::thru< T, U >

Simply pass the data on, optionally perform a type cast.


The documentation for this class was generated from the following file: