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 3489 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 3491 of file flow_graph.h.
typedef Gateway tbb::flow::interface10::internal::async_body< Input, Ports, Gateway, Body >::gateway_type |
Definition at line 3492 of file flow_graph.h.
|
inline |
Definition at line 3494 of file flow_graph.h.
|
inline |
Definition at line 3501 of file flow_graph.h.
|
inline |
Definition at line 3497 of file flow_graph.h.
|
private |
Definition at line 3504 of file flow_graph.h.