Concrete before class. More...
#include <tpie/pipelining/parallel/base.h>
Public Member Functions | |
| template<typename Output > | |
| before_impl (state< item_type, Output > &st, size_t parId, dest_t dest) | |
| virtual void | push_all (array_view< item_type > items) |
| Push all items from buffer and flush output buffer afterwards. More... | |
Concrete before class.
|
inlinevirtual |
Push all items from buffer and flush output buffer afterwards.
If pipeline is one-to-one, that is, one item output for each item input, then the flush at the end is not needed.
Definition at line 731 of file base.h.
References tpie::array_view_base< T >::size().