|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
| typedef receiver< T > | async_storage_client |
Public Member Functions | |
| async_storage () | |
| ~async_storage () | |
| template<typename C > | |
| async_storage (C &&data) | |
| template<typename C > | |
| bool | set (C &&data) |
| task * | subscribe (async_storage_client &client, graph &g) |
Private Types | |
| typedef std::vector< async_storage_client * > | subscriber_list_type |
Private Attributes | |
| graph * | my_graph |
| tbb::spin_mutex | my_mutex |
| tbb::atomic< bool > | my_data_ready |
| T | my_data |
| subscriber_list_type | my_clients |
Definition at line 220 of file flow_graph.h.
| typedef receiver<T> tbb::flow::interface11::internal::async_storage< T >::async_storage_client |
Definition at line 30 of file flow_graph.h.
|
private |
Definition at line 115 of file flow_graph.h.
|
inline |
Definition at line 32 of file flow_graph.h.
|
inline |
Definition at line 36 of file flow_graph.h.
|
inline |
Definition at line 46 of file flow_graph.h.
|
inline |
Definition at line 54 of file flow_graph.h.
|
inline |
Definition at line 84 of file flow_graph.h.
|
private |
Definition at line 116 of file flow_graph.h.
|
private |
Definition at line 114 of file flow_graph.h.
|
private |
Definition at line 113 of file flow_graph.h.
|
private |
Definition at line 111 of file flow_graph.h.
|
private |
Definition at line 112 of file flow_graph.h.