Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
the leaf for function_body More...
#include <flow_graph.h>
Public Member Functions | |
function_body_leaf (const B &_body) | |
Output | operator() (const Input &i) __TBB_override |
B | get_body () |
function_body_leaf * | clone () __TBB_override |
![]() | |
virtual | ~function_body () |
Private Attributes | |
B | body |
the leaf for function_body
Definition at line 187 of file flow_graph.h.
|
inline |
Definition at line 189 of file flow_graph.h.
|
inlinevirtual |
Implements tbb::flow::interface11::internal::function_body< Input, Output >.
Definition at line 192 of file flow_graph.h.
|
inline |
Definition at line 191 of file flow_graph.h.
|
inlinevirtual |
Implements tbb::flow::interface11::internal::function_body< Input, Output >.
Definition at line 190 of file flow_graph.h.
|
private |
Definition at line 196 of file flow_graph.h.