| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
function_body that takes an Input and a set of output ports More...
#include <flow_graph.h>
Public Member Functions | |
| virtual | ~multifunction_body () | 
| virtual void | operator() (const Input &, OutputSet &)=0 | 
| virtual multifunction_body * | clone ()=0 | 
| virtual void * | get_body_ptr ()=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 | |
function_body that takes an Input and a set of output ports
Definition at line 251 of file flow_graph.h.
      
  | 
  inlinevirtual | 
Definition at line 253 of file flow_graph.h.
      
  | 
  pure virtual | 
      
  | 
  pure virtual | 
      
  | 
  pure virtual |