|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
| typedef async_body_base< Gateway > | base_type |
| typedef Gateway | gateway_type |
Public Types inherited from tbb::flow::interface11::internal::async_body_base< Gateway > | |
| typedef Gateway | gateway_type |
Public Member Functions | |
| async_body (const Body &body, gateway_type *gateway) | |
| void | operator() (const Input &v, Ports &) |
| Body | get_body () |
Public Member Functions inherited from tbb::flow::interface11::internal::async_body_base< Gateway > | |
| async_body_base (gateway_type *gateway) | |
| void | set_gateway (gateway_type *gateway) |
Private Attributes | |
| Body | my_body |
Additional Inherited Members | |
Protected Attributes inherited from tbb::flow::interface11::internal::async_body_base< Gateway > | |
| gateway_type * | my_gateway |
Definition at line 4184 of file flow_graph.h.
| typedef async_body_base<Gateway> tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::base_type |
Definition at line 4186 of file flow_graph.h.
| typedef Gateway tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::gateway_type |
Definition at line 4187 of file flow_graph.h.
|
inline |
Definition at line 4189 of file flow_graph.h.
|
inline |
Definition at line 4196 of file flow_graph.h.
References tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::my_body.
|
inline |
Definition at line 4192 of file flow_graph.h.
References tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::my_body, and tbb::flow::interface11::internal::async_body_base< Gateway >::my_gateway.
|
private |
Definition at line 4199 of file flow_graph.h.
Referenced by tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::get_body(), and tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::operator()().