|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
| typedef Gateway | gateway_type |
Public Member Functions | |
| async_body_base (gateway_type *gateway) | |
| void | set_gateway (gateway_type *gateway) |
Protected Attributes | |
| gateway_type * | my_gateway |
Additional Inherited Members | |
Private Member Functions inherited from tbb::internal::no_assign | |
| void | operator= (const no_assign &)=delete |
| no_assign (const no_assign &)=default | |
| no_assign ()=default | |
Definition at line 4170 of file flow_graph.h.
| typedef Gateway tbb::flow::interface11::internal::async_body_base< Gateway >::gateway_type |
Definition at line 4172 of file flow_graph.h.
|
inline |
Definition at line 4174 of file flow_graph.h.
|
inline |
Definition at line 4175 of file flow_graph.h.
References tbb::flow::interface11::internal::async_body_base< Gateway >::my_gateway.
|
protected |
Definition at line 4180 of file flow_graph.h.
Referenced by tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::operator()(), and tbb::flow::interface11::internal::async_body_base< Gateway >::set_gateway().