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.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 98 of file flow_graph.h.
|
inlinevirtual |
Definition at line 100 of file flow_graph.h.
|
pure virtual |
Implemented in tbb::flow::interface11::internal::input_body_leaf< Output, Body >.
Referenced by tbb::flow::interface11::source_node< Output >::reset_node().
|
pure virtual |