Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
The class that represents an object of the pipeline for parallel_pipeline(). More...
#include <pipeline.h>
Public Member Functions | |
pipeline_proxy (const filter_t< void, void > &filter_chain) | |
~pipeline_proxy () | |
tbb::pipeline * | operator-> () |
Private Attributes | |
tbb::pipeline | my_pipe |
The class that represents an object of the pipeline for parallel_pipeline().
It primarily serves as RAII class that deletes heap-allocated filter instances.
Definition at line 515 of file pipeline.h.
|
inline |
Definition at line 651 of file pipeline.h.
References __TBB_ASSERT, my_pipe, and tbb::interface6::filter_t< T, U >::root.
|
inline |
|
inline |
|
private |
Definition at line 516 of file pipeline.h.
Referenced by operator->(), pipeline_proxy(), and ~pipeline_proxy().