Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
A functor that takes no input and generates a value of type Output. More...
#include <_flow_graph_body_impl.h>
Public Member Functions | |
virtual | ~input_body () |
virtual Output | operator() (flow_control &fc)=0 |
virtual input_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 no input and generates a value of type Output.
Definition at line 97 of file _flow_graph_body_impl.h.
|
inlinevirtual |
Definition at line 99 of file _flow_graph_body_impl.h.
|
pure virtual |
Implemented in internal::input_body_leaf< Output, Body >.
|
pure virtual |
Implemented in internal::input_body_leaf< Output, Body >.