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 |
![]() | |
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... | |
![]() | |
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 |
![]() | |
virtual task * | try_put_task_wrapper (const void *p, bool is_async) __TBB_override |
![]() | |
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 | |
![]() | |
__TBB_DEPRECATED typedef T | input_type |
The input type of this receiver. More... | |
__TBB_DEPRECATED typedef internal::async_helpers< T >::filtered_type | filtered_type |
![]() | |
__TBB_DEPRECATED typedef T | output_type |
The output type of this sender. More... | |
__TBB_DEPRECATED typedef internal::async_helpers< T >::filtered_type | filtered_type |
![]() | |
spin_mutex | my_mutex |
internal::broadcast_cache< input_type, null_rw_mutex > | my_successors |
input_type | my_buffer |
bool | my_buffer_is_valid |
![]() | |
graph & | my_graph |
graph_node * | next |
graph_node * | prev |
Definition at line 4614 of file flow_graph.h.
typedef overwrite_node<T> tbb::flow::interface11::write_once_node< T >::base_type |
Definition at line 4618 of file flow_graph.h.
typedef T tbb::flow::interface11::write_once_node< T >::input_type |
Definition at line 4616 of file flow_graph.h.
typedef T tbb::flow::interface11::write_once_node< T >::output_type |
Definition at line 4617 of file flow_graph.h.
typedef receiver<input_type>::predecessor_type tbb::flow::interface11::write_once_node< T >::predecessor_type |
Definition at line 4619 of file flow_graph.h.
typedef sender<output_type>::successor_type tbb::flow::interface11::write_once_node< T >::successor_type |
Definition at line 4620 of file flow_graph.h.
|
inlineexplicit |
Constructor.
Definition at line 4623 of file flow_graph.h.
References CODEPTR, and tbb::internal::fgt_node().
|
inline |
Copy constructor: call base class copy constructor.
Definition at line 4637 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 4653 of file flow_graph.h.
|
friend |
Definition at line 4651 of file flow_graph.h.
|
friend |
Definition at line 4652 of file flow_graph.h.
Definition at line 4650 of file flow_graph.h.