|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
the leaf for function_body specialized for Input of continue_msg More...
#include <_flow_graph_body_impl.h>
Public Member Functions | |
| function_body_leaf (const B &_body) | |
| Output | operator() (const continue_msg &i) __TBB_override |
| B | get_body () |
| function_body_leaf * | clone () __TBB_override |
Public Member Functions inherited from internal::function_body< Input, Output > | |
| virtual | ~function_body () |
| virtual Output | operator() (const Input &input)=0 |
Private Attributes | |
| B | body |
the leaf for function_body specialized for Input of continue_msg
Definition at line 234 of file _flow_graph_body_impl.h.
|
inline |
Definition at line 236 of file _flow_graph_body_impl.h.
|
inlinevirtual |
Implements internal::function_body< Input, Output >.
Definition at line 241 of file _flow_graph_body_impl.h.
References internal::function_body_leaf< Input, Output, B >::body.
|
inline |
Definition at line 240 of file _flow_graph_body_impl.h.
References internal::function_body_leaf< Input, Output, B >::body.
|
inline |
Definition at line 237 of file _flow_graph_body_impl.h.
References internal::function_body_leaf< Input, Output, B >::body.
|
private |
Definition at line 245 of file _flow_graph_body_impl.h.