Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
A task that calls a node's apply_body_bypass function, passing in an input of type Input. More...
#include <_flow_graph_body_impl.h>
Public Member Functions | |
apply_body_task_bypass (NodeType &n, const Input &i) | |
task * | execute () __TBB_override |
Private Attributes | |
NodeType & | my_node |
Input | my_input |
A task that calls a node's apply_body_bypass function, passing in an input of type Input.
Definition at line 353 of file _flow_graph_body_impl.h.
|
inline |
Definition at line 360 of file _flow_graph_body_impl.h.
|
inline |
Definition at line 369 of file _flow_graph_body_impl.h.
References internal::apply_body_task_bypass< NodeType, Input >::my_input, internal::apply_body_task_bypass< NodeType, Input >::my_node, tbb::flow::internal::SUCCESSFULLY_ENQUEUED, and task.
|
private |
Definition at line 356 of file _flow_graph_body_impl.h.
Referenced by internal::apply_body_task_bypass< NodeType, Input >::execute().
|
private |
Definition at line 355 of file _flow_graph_body_impl.h.
Referenced by internal::apply_body_task_bypass< NodeType, Input >::execute().