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

The leaf for source_body. More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::source_body_leaf< Output, Body >:
Collaboration diagram for tbb::flow::interface11::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::interface11::internal::source_body< Output >
virtual ~source_body ()
 

Private Attributes

Body body
 

Detailed Description

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

The leaf for source_body.

Definition at line 161 of file flow_graph.h.

Constructor & Destructor Documentation

◆ source_body_leaf()

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

Definition at line 163 of file flow_graph.h.

163 {

Member Function Documentation

◆ clone()

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

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

Definition at line 167 of file flow_graph.h.

167  {
168  return (size_t)(built_edges.size());
169  }

◆ get_body()

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

Definition at line 171 of file flow_graph.h.

171 {

◆ operator()()

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

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

Definition at line 165 of file flow_graph.h.

167 {

Member Data Documentation

◆ body

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

Definition at line 173 of file flow_graph.h.


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.