Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::function_body< Input, Output > Class Template Referenceabstract

A functor that takes an Input and generates an Output. More...

#include <_flow_graph_body_impl.h>

Inheritance diagram for internal::function_body< Input, Output >:
Collaboration diagram for internal::function_body< Input, Output >:

Public Member Functions

virtual ~function_body ()
 
virtual Output operator() (const Input &input)=0
 
virtual function_bodyclone ()=0
 

Detailed Description

template<typename Input, typename Output>
class internal::function_body< Input, Output >

A functor that takes an Input and generates an Output.

Definition at line 119 of file _flow_graph_body_impl.h.

Constructor & Destructor Documentation

◆ ~function_body()

template<typename Input, typename Output>
virtual internal::function_body< Input, Output >::~function_body ( )
inlinevirtual

Definition at line 121 of file _flow_graph_body_impl.h.

121 {}

Member Function Documentation

◆ clone()

◆ operator()()

template<typename Input, typename Output>
virtual Output internal::function_body< Input, Output >::operator() ( const Input &  input)
pure virtual

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

Copyright © 2005-2019 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.