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

The leaf for source_body. More...

#include <_flow_graph_body_impl.h>

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

Private Attributes

Body body
 

Detailed Description

template<typename Output, typename Body>
class internal::source_body_leaf< Output, Body >

The leaf for source_body.

Definition at line 160 of file _flow_graph_body_impl.h.

Constructor & Destructor Documentation

◆ source_body_leaf()

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

Definition at line 162 of file _flow_graph_body_impl.h.

Member Function Documentation

◆ clone()

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

Implements internal::source_body< Output >.

Definition at line 166 of file _flow_graph_body_impl.h.

166  {
167  return new source_body_leaf< Output, Body >(body);
168  }

References internal::source_body_leaf< Output, Body >::body.

◆ get_body()

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

◆ operator()()

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

Member Data Documentation

◆ body


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.