Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::type_to_key_function_body< Input, Output > Class Template Referenceabstract

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::type_to_key_function_body< Input, Output >:
Collaboration diagram for tbb::flow::interface11::internal::type_to_key_function_body< Input, Output >:

Public Member Functions

virtual ~type_to_key_function_body ()
 
virtual Output operator() (const Input &input)=0
 
virtual type_to_key_function_bodyclone ()=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
 

Detailed Description

template<typename Input, typename Output>
class tbb::flow::interface11::internal::type_to_key_function_body< Input, Output >

Definition at line 279 of file flow_graph.h.

Constructor & Destructor Documentation

◆ ~type_to_key_function_body()

template<typename Input, typename Output>
virtual tbb::flow::interface11::internal::type_to_key_function_body< Input, Output >::~type_to_key_function_body ( )
inlinevirtual

Definition at line 281 of file flow_graph.h.

284 {

Member Function Documentation

◆ clone()

template<typename Input, typename Output>
virtual type_to_key_function_body* tbb::flow::interface11::internal::type_to_key_function_body< Input, Output >::clone ( )
pure virtual

◆ operator()()

template<typename Input, typename Output>
virtual Output tbb::flow::interface11::internal::type_to_key_function_body< Input, Output >::operator() ( const Input &  input)
pure virtual

The documentation for this class was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.