Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::async_body_base< Gateway > Class Template Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface10::internal::async_body_base< Gateway >:
Collaboration diagram for tbb::flow::interface10::internal::async_body_base< Gateway >:

Public Types

typedef Gateway gateway_type
 

Public Member Functions

 async_body_base (gateway_type *gateway)
 
void set_gateway (gateway_type *gateway)
 

Protected Attributes

gateway_typemy_gateway
 

Detailed Description

template<typename Gateway>
class tbb::flow::interface10::internal::async_body_base< Gateway >

Definition at line 3475 of file flow_graph.h.

Member Typedef Documentation

◆ gateway_type

template<typename Gateway >
typedef Gateway tbb::flow::interface10::internal::async_body_base< Gateway >::gateway_type

Definition at line 3477 of file flow_graph.h.

Constructor & Destructor Documentation

◆ async_body_base()

template<typename Gateway >
tbb::flow::interface10::internal::async_body_base< Gateway >::async_body_base ( gateway_type gateway)
inline

Definition at line 3479 of file flow_graph.h.

3479 : my_gateway(gateway) { }

Member Function Documentation

◆ set_gateway()

template<typename Gateway >
void tbb::flow::interface10::internal::async_body_base< Gateway >::set_gateway ( gateway_type gateway)
inline

Definition at line 3480 of file flow_graph.h.

3480  {
3481  my_gateway = gateway;
3482  }

Member Data Documentation

◆ my_gateway

template<typename Gateway >
gateway_type* tbb::flow::interface10::internal::async_body_base< Gateway >::my_gateway
protected

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