| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
#include <_flow_graph_body_impl.h>
Public Member Functions | |
| virtual | ~type_to_key_function_body () | 
| virtual const Output & | operator() (const Input &input)=0 | 
| virtual type_to_key_function_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 287 of file _flow_graph_body_impl.h.
      
  | 
  inlinevirtual | 
Definition at line 289 of file _flow_graph_body_impl.h.
      
  | 
  pure virtual | 
Implemented in internal::type_to_key_function_body_leaf< Input, Output &, B >.
      
  | 
  pure virtual | 
Implemented in internal::type_to_key_function_body_leaf< Input, Output &, B >.