Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B > Class Template Reference

leaf for multifunction. OutputSet can be a std::tuple or a vector. More...

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B >:
Collaboration diagram for tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B >:

Public Member Functions

 multifunction_body_leaf (const B &_body)
 
void operator() (const Input &input, OutputSet &oset) __TBB_override
 
voidget_body_ptr () __TBB_override
 
multifunction_body_leafclone () __TBB_override
 
- Public Member Functions inherited from tbb::flow::interface11::internal::multifunction_body< Input, OutputSet >
virtual ~multifunction_body ()
 

Private Attributes

body
 

Detailed Description

template<typename Input, typename OutputSet, typename B>
class tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B >

leaf for multifunction. OutputSet can be a std::tuple or a vector.

Definition at line 203 of file flow_graph.h.

Constructor & Destructor Documentation

◆ multifunction_body_leaf()

template<typename Input , typename OutputSet , typename B >
tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B >::multifunction_body_leaf ( const B &  _body)
inline

Definition at line 205 of file flow_graph.h.

210 {

Member Function Documentation

◆ clone()

template<typename Input , typename OutputSet , typename B >
multifunction_body_leaf* tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B >::clone ( )
inlinevirtual

Implements tbb::flow::interface11::internal::multifunction_body< Input, OutputSet >.

Definition at line 210 of file flow_graph.h.

210  {
211 
212 template < typename T > class async_storage;

◆ get_body_ptr()

template<typename Input , typename OutputSet , typename B >
void* tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B >::get_body_ptr ( )
inlinevirtual

◆ operator()()

template<typename Input , typename OutputSet , typename B >
void tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B >::operator() ( const Input &  input,
OutputSet &  oset 
)
inlinevirtual

Member Data Documentation

◆ body

template<typename Input , typename OutputSet , typename B >
B tbb::flow::interface11::internal::multifunction_body_leaf< Input, OutputSet, B >::body
private

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