Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::source_body_leaf< Output, Body > Class Template Reference

The leaf for source_body. More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface10::internal::source_body_leaf< Output, Body >:
Collaboration diagram for tbb::flow::interface10::internal::source_body_leaf< Output, Body >:

Public Member Functions

 source_body_leaf (const Body &_body)
 
bool operator() (Output &output) __TBB_override
 
source_body_leafclone () __TBB_override
 
Body get_body ()
 
- Public Member Functions inherited from tbb::flow::interface10::internal::source_body< Output >
virtual ~source_body ()
 

Private Attributes

Body body
 

Detailed Description

template<typename Output, typename Body>
class tbb::flow::interface10::internal::source_body_leaf< Output, Body >

The leaf for source_body.

Definition at line 106 of file flow_graph.h.

Constructor & Destructor Documentation

◆ source_body_leaf()

template<typename Output , typename Body >
tbb::flow::interface10::internal::source_body_leaf< Output, Body >::source_body_leaf ( const Body &  _body)
inline

Definition at line 108 of file flow_graph.h.

113 {

Member Function Documentation

◆ clone()

template<typename Output , typename Body >
source_body_leaf* tbb::flow::interface10::internal::source_body_leaf< Output, Body >::clone ( )
inlinevirtual

Implements tbb::flow::interface10::internal::source_body< Output >.

Definition at line 110 of file flow_graph.h.

113  {

◆ get_body()

template<typename Output , typename Body >
Body tbb::flow::interface10::internal::source_body_leaf< Output, Body >::get_body ( )
inline

Definition at line 113 of file flow_graph.h.

113 {

◆ operator()()

template<typename Output , typename Body >
bool tbb::flow::interface10::internal::source_body_leaf< Output, Body >::operator() ( Output &  output)
inlinevirtual

Implements tbb::flow::interface10::internal::source_body< Output >.

Definition at line 109 of file flow_graph.h.

113 {

Member Data Documentation

◆ body

template<typename Output , typename Body >
Body tbb::flow::interface10::internal::source_body_leaf< Output, Body >::body
private

Definition at line 115 of file flow_graph.h.


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.