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 Output | operator() (const Input &input)=0 |
virtual type_to_key_function_body * | clone ()=0 |
Additional Inherited Members | |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
Definition at line 278 of file _flow_graph_body_impl.h.
|
inlinevirtual |
Definition at line 280 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 >.