Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_flow_graph_node_impl.h>
Public Types | |
typedef Output | output_type |
typedef function_output< output_type > | base_type |
![]() | |
typedef Output | output_type |
typedef sender< output_type >::successor_type | successor_type |
typedef broadcast_cache< output_type > | broadcast_cache_type |
![]() | |
typedef untyped_receiver | successor_type |
The successor type for this node. More... | |
Public Member Functions | |
multifunction_output (graph &g) | |
multifunction_output (const multifunction_output &other) | |
bool | try_put (const output_type &i) |
graph & | graph_reference () const |
![]() | |
function_output (graph &g) | |
function_output (const function_output &other) | |
bool | register_successor (successor_type &r) __TBB_override |
Adds a new successor to this node. More... | |
bool | remove_successor (successor_type &r) __TBB_override |
Removes a successor from this node. More... | |
task * | try_put_task (const output_type &i) |
broadcast_cache_type & | successors () |
graph & | graph_reference () const |
![]() | |
virtual bool | try_get (Output &) |
Request an item from the sender. More... | |
virtual bool | try_reserve (Output &) |
Reserves an item in the sender. More... | |
![]() | |
virtual | ~untyped_sender () |
virtual bool | try_release () |
Releases the reserved item. More... | |
virtual bool | try_consume () |
Consumes the reserved item. More... | |
Public Attributes | |
broadcast_cache_type | my_successors |
![]() | |
__TBB_DEPRECATED typedef Output | output_type |
The output type of this sender. More... | |
__TBB_DEPRECATED typedef internal::async_helpers< Output >::filtered_type | filtered_type |
Protected Member Functions | |
task * | try_put_task (const output_type &i) |
![]() | |
virtual bool | try_get_wrapper (void *p, bool is_async) __TBB_override |
virtual bool | try_reserve_wrapper (void *p, bool is_async) __TBB_override |
![]() | |
template<typename X > | |
bool | try_get (X &t) |
Request an item from the sender. More... | |
template<typename X > | |
bool | try_reserve (X &t) |
Reserves an item in the sender. More... | |
Friends | |
template<int N> | |
struct | emit_element |
Additional Inherited Members | |
![]() | |
broadcast_cache_type | my_successors |
graph & | my_graph_ref |
Definition at line 925 of file _flow_graph_node_impl.h.
typedef function_output<output_type> internal::multifunction_output< Output >::base_type |
Definition at line 928 of file _flow_graph_node_impl.h.
typedef Output internal::multifunction_output< Output >::output_type |
Definition at line 927 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 931 of file _flow_graph_node_impl.h.
References internal::function_output< Output >::my_successors, and internal::successor_cache< T, M >::set_owner().
|
inline |
Definition at line 932 of file _flow_graph_node_impl.h.
References internal::function_output< Output >::my_successors, and internal::successor_cache< T, M >::set_owner().
|
inline |
Definition at line 918 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 934 of file _flow_graph_node_impl.h.
References FLOW_SPAWN, tbb::flow::internal::SUCCESSFULLY_ENQUEUED, task, and internal::multifunction_output< Output >::try_put_task().
|
inlineprotected |
Definition at line 947 of file _flow_graph_node_impl.h.
References internal::function_output< Output >::my_successors, and internal::broadcast_cache< T, M >::try_put_task().
Referenced by internal::multifunction_output< Output >::try_put().
Definition at line 951 of file _flow_graph_node_impl.h.
broadcast_cache_type internal::function_output< Output >::my_successors |
Definition at line 920 of file _flow_graph_node_impl.h.