Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
function_body that takes an Input and a set of output ports More...
#include <_flow_graph_body_impl.h>
Public Member Functions | |
virtual | ~multifunction_body () |
virtual void | operator() (const Input &, OutputSet &)=0 |
virtual multifunction_body * | clone ()=0 |
virtual void * | get_body_ptr ()=0 |
Additional Inherited Members | |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
function_body that takes an Input and a set of output ports
Definition at line 250 of file _flow_graph_body_impl.h.
|
inlinevirtual |
Definition at line 252 of file _flow_graph_body_impl.h.
|
pure virtual |
Implemented in internal::multifunction_body_leaf< Input, OutputSet, B >.
Referenced by internal::multifunction_input< Input, OutputPortSet, Policy, A >::reset().
|
pure virtual |
Implemented in internal::multifunction_body_leaf< Input, OutputSet, B >.
|
pure virtual |
Implemented in internal::multifunction_body_leaf< Input, OutputSet, B >.