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 | ~source_body () |
virtual bool | operator() (Output &output)=0 |
virtual source_body * | clone ()=0 |
A functor that takes no input and generates a value of type Output.
Definition at line 97 of file flow_graph.h.
|
inlinevirtual |
Definition at line 99 of file flow_graph.h.
|
pure virtual |
|
pure virtual |