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 |
![]() | |
typedef Gateway | gateway_type |
Public Member Functions | |
async_body (const Body &body, gateway_type *gateway) | |
void | operator() (const Input &v, Ports &) |
Body | get_body () |
![]() | |
async_body_base (gateway_type *gateway) | |
void | set_gateway (gateway_type *gateway) |
Private Attributes | |
Body | my_body |
Additional Inherited Members | |
![]() | |
gateway_type * | my_gateway |
Definition at line 4176 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 4178 of file flow_graph.h.
typedef Gateway tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::gateway_type |
Definition at line 4179 of file flow_graph.h.
|
inline |
Definition at line 4181 of file flow_graph.h.
|
inline |
Definition at line 4188 of file flow_graph.h.
References tbb::flow::interface11::internal::async_body< Input, Ports, Gateway, Body >::my_body.
Referenced by tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::copy_function_object().
|
inline |
Definition at line 4184 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 4191 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()().