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

the leaf for function_body specialized for Input of continue_msg More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::function_body_leaf< continue_msg, Output, B >:
Collaboration diagram for tbb::flow::interface11::internal::function_body_leaf< continue_msg, Output, B >:

Public Member Functions

 function_body_leaf (const B &_body)
 
Output operator() (const continue_msg &i) __TBB_override
 
get_body ()
 
function_body_leafclone () __TBB_override
 
- Public Member Functions inherited from tbb::flow::interface11::internal::function_body< continue_msg, Output >
virtual ~function_body ()
 

Private Attributes

body
 

Detailed Description

template<typename Output, typename B>
class tbb::flow::interface11::internal::function_body_leaf< continue_msg, Output, B >

the leaf for function_body specialized for Input of continue_msg

Definition at line 235 of file flow_graph.h.

Constructor & Destructor Documentation

◆ function_body_leaf()

template<typename Output , typename B >
tbb::flow::interface11::internal::function_body_leaf< continue_msg, Output, B >::function_body_leaf ( const B &  _body)
inline

Definition at line 237 of file flow_graph.h.

237 {

Member Function Documentation

◆ clone()

template<typename Output , typename B >
function_body_leaf* tbb::flow::interface11::internal::function_body_leaf< continue_msg, Output, B >::clone ( )
inlinevirtual

◆ get_body()

template<typename Output , typename B >
B tbb::flow::interface11::internal::function_body_leaf< continue_msg, Output, B >::get_body ( )
inline

Definition at line 241 of file flow_graph.h.

241 {

◆ operator()()

template<typename Output , typename B >
Output tbb::flow::interface11::internal::function_body_leaf< continue_msg, Output, B >::operator() ( const continue_msg i)
inlinevirtual

Member Data Documentation

◆ body

template<typename Output , typename B >
B tbb::flow::interface11::internal::function_body_leaf< continue_msg, Output, B >::body
private

Definition at line 246 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.