Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::source_body< Output > Class Template Referenceabstract

A functor that takes no input and generates a value of type Output. More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::source_body< Output >:
Collaboration diagram for tbb::flow::interface11::internal::source_body< Output >:

Public Member Functions

virtual ~source_body ()
 
virtual bool operator() (Output &output)=0
 
virtual source_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 Output>
class tbb::flow::interface11::internal::source_body< Output >

A functor that takes no input and generates a value of type Output.

Definition at line 97 of file flow_graph.h.

Constructor & Destructor Documentation

◆ ~source_body()

template<typename Output>
virtual tbb::flow::interface11::internal::source_body< Output >::~source_body ( )
inlinevirtual

Definition at line 99 of file flow_graph.h.

100 {

Member Function Documentation

◆ clone()

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

Implemented in tbb::flow::interface11::internal::source_body_leaf< Output, Body >.

Referenced by tbb::flow::interface11::internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >::key_matching_FE_operation::key_matching_FE_operation().

Here is the caller graph for this function:

◆ operator()()

template<typename Output>
virtual bool tbb::flow::interface11::internal::source_body< Output >::operator() ( Output &  output)
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.