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 312 of file pipeline.h.
|
private |
Definition at line 431 of file pipeline.h.
|
private |
Definition at line 432 of file pipeline.h.
|
private |
Definition at line 433 of file pipeline.h.
|
private |
Definition at line 434 of file pipeline.h.
|
inline |
Definition at line 449 of file pipeline.h.
|
inlineprivate |
Definition at line 443 of file pipeline.h.
|
inlineprivate |
Definition at line 436 of file pipeline.h.
References tbb::move(), and tbb::interface6::internal::concrete_filter< T, U, Body >::my_body.
|
private |
Definition at line 430 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()().