Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
A functor that takes an Input and generates an Output. More...
#include <_flow_graph_body_impl.h>
Public Member Functions | |
virtual | ~function_body () |
virtual Output | operator() (const Input &input)=0 |
virtual function_body * | clone ()=0 |
Additional Inherited Members | |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
A functor that takes an Input and generates an Output.
Definition at line 177 of file _flow_graph_body_impl.h.
|
inlinevirtual |
Definition at line 179 of file _flow_graph_body_impl.h.
|
pure virtual |
Implemented in internal::function_body_leaf< continue_msg, Output, B >, internal::function_body_leaf< Input, continue_msg, B >, internal::function_body_leaf< continue_msg, continue_msg, B >, and internal::function_body_leaf< Input, Output, B >.
Referenced by internal::function_input< Input, Output, Policy, A >::reset_function_input(), and internal::continue_input< Output, Policy >::reset_receiver().
|
pure virtual |