Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::function_body_leaf< Input, continue_msg, B > Class Template Reference

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

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface10::internal::function_body_leaf< Input, continue_msg, B >:
Collaboration diagram for tbb::flow::interface10::internal::function_body_leaf< Input, continue_msg, B >:

Public Member Functions

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

Private Attributes

body
 

Detailed Description

template<typename Input, typename B>
class tbb::flow::interface10::internal::function_body_leaf< Input, continue_msg, B >

the leaf for function_body specialized for Output of continue_msg

Definition at line 164 of file flow_graph.h.

Constructor & Destructor Documentation

◆ function_body_leaf()

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

Definition at line 166 of file flow_graph.h.

166 {

Member Function Documentation

◆ clone()

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

◆ get_body()

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

Definition at line 171 of file flow_graph.h.

171 {

◆ operator()()

template<typename Input , typename B >
continue_msg tbb::flow::interface10::internal::function_body_leaf< Input, continue_msg, B >::operator() ( const Input &  i)
inlinevirtual

Implements tbb::flow::interface10::internal::function_body< Input, continue_msg >.

Definition at line 167 of file flow_graph.h.

167  {
168 namespace interface10 {
169 
170 // enqueue left task if necessary. Returns the non-enqueued task if there is one.

Member Data Documentation

◆ body

template<typename Input , typename B >
B tbb::flow::interface10::internal::function_body_leaf< Input, continue_msg, B >::body
private

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