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 | ~source_body () |
virtual bool | operator() (Output &output)=0 |
virtual source_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 96 of file _flow_graph_body_impl.h.
|
inlinevirtual |
Definition at line 98 of file _flow_graph_body_impl.h.
|
pure virtual |
Implemented in internal::source_body_leaf< Output, Body >.
Referenced by tbb::flow::interface11::input_node< Output >::reset_node(), and tbb::flow::interface11::source_node< Output >::reset_node().
|
pure virtual |
Implemented in internal::source_body_leaf< Output, Body >.