|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph_abstractions.h>
Public Types | |
| typedef Input | input_type |
| Type of inputing data into FG. More... | |
Public Member Functions | |
| virtual bool | try_put (const input_type &)=0 |
| Submit signal from an asynchronous activity to FG. More... | |
Public Member Functions inherited from tbb::flow::interface11::graph_proxy | |
| virtual void | reserve_wait ()=0 |
| Inform a graph that messages may come from outside, to prevent premature graph completion. More... | |
| virtual void | release_wait ()=0 |
| Inform a graph that a previous call to reserve_wait is no longer in effect. More... | |
| virtual | ~graph_proxy () |
Definition at line 37 of file flow_graph_abstractions.h.
| typedef Input tbb::flow::interface11::receiver_gateway< Input >::input_type |
Type of inputing data into FG.
Definition at line 40 of file flow_graph_abstractions.h.
|
pure virtual |
Submit signal from an asynchronous activity to FG.
Implemented in tbb::flow::interface11::async_node< Input, Output, Policy, Allocator >::receiver_gateway_impl.