Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
finalize_func (StreamFactory &factory, device_type device, FinalizeFn fn) | |
template<typename... FnArgs> | |
void | operator() (FnArgs &... args) |
Public Attributes | |
StreamFactory & | my_factory |
device_type | my_device |
FinalizeFn | my_fn |
Definition at line 550 of file flow_graph.h.
|
inline |
Definition at line 555 of file flow_graph.h.
|
inline |
Definition at line 559 of file flow_graph.h.
device_type tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_finalize_func< FinalizeFn >::finalize_func::my_device |
Definition at line 552 of file flow_graph.h.
StreamFactory& tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_finalize_func< FinalizeFn >::finalize_func::my_factory |
Definition at line 551 of file flow_graph.h.
FinalizeFn tbb::flow::interface10::streaming_node< tuple< Ports... >, JP, StreamFactory >::args_storage< Args >::run_finalize_func< FinalizeFn >::finalize_func::my_fn |
Definition at line 553 of file flow_graph.h.