Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <pipeline.h>
Public Member Functions | |
concrete_filter (tbb::filter::mode filter_mode, const Body &body) | |
Private Types | |
typedef token_helper< T, use_allocator< T >::value > | t_helper |
typedef t_helper::pointer | t_pointer |
typedef token_helper< U, use_allocator< U >::value > | u_helper |
typedef u_helper::pointer | u_pointer |
Private Member Functions | |
void * | operator() (void *input) __TBB_override |
void | finalize (void *input) __TBB_override |
Private Attributes | |
const Body & | my_body |
Definition at line 306 of file pipeline.h.
|
private |
Definition at line 424 of file pipeline.h.
|
private |
Definition at line 425 of file pipeline.h.
|
private |
Definition at line 426 of file pipeline.h.
|
private |
Definition at line 427 of file pipeline.h.
|
inline |
Definition at line 442 of file pipeline.h.
|
inlineprivate |
Definition at line 436 of file pipeline.h.
|
inlineprivate |
Definition at line 429 of file pipeline.h.
References tbb::move(), and tbb::interface6::internal::concrete_filter< T, U, Body >::my_body.
|
private |
Definition at line 423 of file pipeline.h.
Referenced by tbb::interface6::internal::concrete_filter< T, U, Body >::operator()(), tbb::interface6::internal::concrete_filter< void, U, Body >::operator()(), tbb::interface6::internal::concrete_filter< T, void, Body >::operator()(), and tbb::interface6::internal::concrete_filter< void, void, Body >::operator()().