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

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

Public Types

typedef T current_type
 
typedef T append_type
 

Public Member Functions

void add_op (functor_t func)
 
bool has_data () const
 
const T & current () const
 
void next ()
 
void append (const T &obj)
 
void flush ()
 
bool empty () const
 

Detailed Description

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

Takes up functors for filtering items from a pipeline.


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