|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Public Types | |
| typedef T | input_type |
| typedef T | output_type |
| typedef overwrite_node< T > | base_type |
| typedef receiver< input_type >::predecessor_type | predecessor_type |
| typedef sender< output_type >::successor_type | successor_type |
Public Types inherited from tbb::flow::interface11::overwrite_node< T > | |
| typedef T | input_type |
| typedef T | output_type |
| typedef receiver< input_type >::predecessor_type | predecessor_type |
| typedef sender< output_type >::successor_type | successor_type |
Protected Member Functions | |
| task * | try_put_task (const T &v) __TBB_override |
| Put item to successor; return task to run the successor if possible. More... | |
Protected Member Functions inherited from tbb::flow::interface11::overwrite_node< T > | |
| task * | try_put_task_impl (const input_type &v) |
| graph & | graph_reference () const __TBB_override |
| void | reset_receiver (reset_flags) __TBB_override |
| void | reset_node (reset_flags f) __TBB_override |
Protected Member Functions inherited from tbb::flow::interface11::receiver< T > | |
| virtual task * | try_put_task_wrapper (const void *p, bool is_async) __TBB_override |
Protected Member Functions inherited from tbb::flow::interface11::sender< T > | |
| virtual bool | try_get_wrapper (void *p, bool is_async) __TBB_override |
| virtual bool | try_reserve_wrapper (void *p, bool is_async) __TBB_override |
Friends | |
| template<typename R , typename B > | |
| class | run_and_put_task |
| template<typename X , typename Y > | |
| class | internal::broadcast_cache |
| template<typename X , typename Y > | |
| class | internal::round_robin_cache |
Additional Inherited Members | |
Public Attributes inherited from tbb::flow::interface11::receiver< T > | |
| __TBB_DEPRECATED typedef T | input_type |
| The input type of this receiver. More... | |
| __TBB_DEPRECATED typedef internal::async_helpers< T >::filtered_type | filtered_type |
Public Attributes inherited from tbb::flow::interface11::sender< T > | |
| __TBB_DEPRECATED typedef T | output_type |
| The output type of this sender. More... | |
| __TBB_DEPRECATED typedef internal::async_helpers< T >::filtered_type | filtered_type |
Protected Attributes inherited from tbb::flow::interface11::overwrite_node< T > | |
| spin_mutex | my_mutex |
| internal::broadcast_cache< input_type, null_rw_mutex > | my_successors |
| input_type | my_buffer |
| bool | my_buffer_is_valid |
Protected Attributes inherited from tbb::flow::interface11::graph_node | |
| graph & | my_graph |
| graph_node * | next |
| graph_node * | prev |
Definition at line 4622 of file flow_graph.h.
| typedef overwrite_node<T> tbb::flow::interface11::write_once_node< T >::base_type |
Definition at line 4626 of file flow_graph.h.
| typedef T tbb::flow::interface11::write_once_node< T >::input_type |
Definition at line 4624 of file flow_graph.h.
| typedef T tbb::flow::interface11::write_once_node< T >::output_type |
Definition at line 4625 of file flow_graph.h.
| typedef receiver<input_type>::predecessor_type tbb::flow::interface11::write_once_node< T >::predecessor_type |
Definition at line 4627 of file flow_graph.h.
| typedef sender<output_type>::successor_type tbb::flow::interface11::write_once_node< T >::successor_type |
Definition at line 4628 of file flow_graph.h.
|
inlineexplicit |
Constructor.
Definition at line 4631 of file flow_graph.h.
References CODEPTR, and tbb::internal::fgt_node().
|
inline |
Copy constructor: call base class copy constructor.
Definition at line 4645 of file flow_graph.h.
References CODEPTR, and tbb::internal::fgt_node().
|
inlineprotectedvirtual |
Put item to successor; return task to run the successor if possible.
Reimplemented from tbb::flow::interface11::overwrite_node< T >.
Definition at line 4661 of file flow_graph.h.
|
friend |
Definition at line 4659 of file flow_graph.h.
|
friend |
Definition at line 4660 of file flow_graph.h.
Definition at line 4658 of file flow_graph.h.