SHORE API
|
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 |
Takes up functors for filtering items from a pipeline.