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

Takes up functors for filtering items from a pipeline. More...

Inheritance diagram for shore::splitter< T >:
shore::pipe_facade< splitter< T >, T, T >

Public Member Functions

feed< T > & failures ()
 
void add_op (functor_t func)
 
bool empty () const
 
- Public Member Functions inherited from shore::pipe_facade< splitter< T >, T, T >
 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

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

Detailed Description

template<typename T>
class shore::splitter< T >

Takes up functors for filtering items from a pipeline.


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