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 3465 of file flow_graph.h.
typedef async_body_base<Gateway> tbb::flow::interface10::internal::async_body< Input, Ports, Gateway, Body >::base_type |
Definition at line 3467 of file flow_graph.h.
typedef Gateway tbb::flow::interface10::internal::async_body< Input, Ports, Gateway, Body >::gateway_type |
Definition at line 3468 of file flow_graph.h.
|
inline |
Definition at line 3470 of file flow_graph.h.
|
inline |
Definition at line 3477 of file flow_graph.h.
References tbb::flow::interface10::internal::async_body< Input, Ports, Gateway, Body >::my_body.
|
inline |
Definition at line 3473 of file flow_graph.h.
References tbb::flow::interface10::internal::async_body< Input, Ports, Gateway, Body >::my_body, and tbb::flow::interface10::internal::async_body_base< Gateway >::my_gateway.
|
private |
Definition at line 3480 of file flow_graph.h.
Referenced by tbb::flow::interface10::internal::async_body< Input, Ports, Gateway, Body >::get_body(), and tbb::flow::interface10::internal::async_body< Input, Ports, Gateway, Body >::operator()().