|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#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 | |
Private Member Functions inherited from tbb::internal::no_assign | |
| void | operator= (const no_assign &)=delete |
| no_assign (const no_assign &)=default | |
| no_assign ()=default | |
Definition at line 151 of file _flow_graph_body_impl.h.
|
inlinevirtual |
Definition at line 153 of file _flow_graph_body_impl.h.
|
pure virtual |
Implemented in internal::source_body_leaf< Output, Body >.
|
pure virtual |
Implemented in internal::source_body_leaf< Output, Body >.