Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
split_node: accepts a tuple as input, forwards each element of the tuple to its More...
#include <flow_graph.h>
Public Types | |
typedef TupleType | input_type |
typedef Allocator | allocator_type |
typedef internal::wrap_tuple_elements< N, internal::multifunction_output, TupleType >::type | output_ports_type |
Public Member Functions | |
__TBB_NOINLINE_SYM | split_node (graph &g) |
__TBB_NOINLINE_SYM | split_node (const split_node &other) |
output_ports_type & | output_ports () |
![]() | |
graph_node (graph &g) | |
virtual | ~graph_node () |
![]() | |
virtual | ~receiver () |
Destructor. More... | |
bool | try_put (const TupleType &t) |
Put an item to the receiver. More... | |
virtual __TBB_DEPRECATED bool | register_predecessor (predecessor_type &) |
Add a predecessor to the node. More... | |
virtual __TBB_DEPRECATED bool | remove_predecessor (predecessor_type &) |
Remove a predecessor from the node. More... | |
Protected Member Functions | |
task * | try_put_task (const TupleType &t) __TBB_override |
void | reset_node (reset_flags f) __TBB_override |
void | reset_receiver (reset_flags) __TBB_override |
put receiver back in initial state More... | |
graph & | graph_reference () const __TBB_override |
![]() | |
virtual graph & | graph_reference () const=0 |
virtual bool | is_continue_receiver () |
Private Types | |
typedef receiver< TupleType > | base_type |
Private Attributes | |
output_ports_type | my_output_ports |
Static Private Attributes | |
static const int | N = tbb::flow::tuple_size<TupleType>::value |
Additional Inherited Members | |
![]() | |
__TBB_DEPRECATED typedef TupleType | input_type |
The input type of this receiver. More... | |
__TBB_DEPRECATED typedef sender< TupleType > | predecessor_type |
The predecessor type for this node. More... | |
![]() | |
graph & | my_graph |
graph_node * | next |
graph_node * | prev |
split_node: accepts a tuple as input, forwards each element of the tuple to its
Definition at line 1349 of file flow_graph.h.
typedef Allocator tbb::flow::interface11::split_node< TupleType, Allocator >::allocator_type |
Definition at line 1354 of file flow_graph.h.
|
private |
Definition at line 1351 of file flow_graph.h.
typedef TupleType tbb::flow::interface11::split_node< TupleType, Allocator >::input_type |
Definition at line 1353 of file flow_graph.h.
typedef internal::wrap_tuple_elements< N, internal::multifunction_output, TupleType >::type tbb::flow::interface11::split_node< TupleType, Allocator >::output_ports_type |
Definition at line 1366 of file flow_graph.h.
|
inlineexplicit |
Definition at line 1368 of file flow_graph.h.
References CODEPTR, tbb::flow::interface11::graph_node::my_graph, and tbb::flow::interface11::split_node< TupleType, Allocator >::output_ports().
|
inline |
Definition at line 1383 of file flow_graph.h.
References CODEPTR, tbb::flow::interface11::graph_node::my_graph, and tbb::flow::interface11::split_node< TupleType, Allocator >::output_ports().
|
inlineprotected |
Definition at line 1412 of file flow_graph.h.
References tbb::flow::interface11::graph_node::my_graph.
|
inline |
Definition at line 1397 of file flow_graph.h.
References tbb::flow::interface11::split_node< TupleType, Allocator >::my_output_ports.
Referenced by tbb::flow::interface11::split_node< TupleType, Allocator >::split_node(), and tbb::flow::interface11::split_node< TupleType, Allocator >::try_put_task().
|
inlineprotectedvirtual |
Implements tbb::flow::interface11::graph_node.
Definition at line 1405 of file flow_graph.h.
References __TBB_ASSERT, internal::clear_element< N >::clear_this(), tbb::flow::interface11::split_node< TupleType, Allocator >::my_output_ports, and tbb::flow::interface11::rf_clear_edges.
|
inlineprotectedvirtual |
put receiver back in initial state
Implements tbb::flow::interface11::receiver< TupleType >.
Definition at line 1411 of file flow_graph.h.
|
inlineprotectedvirtual |
Implements tbb::flow::interface11::receiver< TupleType >.
Definition at line 1400 of file flow_graph.h.
References internal::emit_element< N >::emit_this(), tbb::flow::interface11::graph_node::my_graph, and tbb::flow::interface11::split_node< TupleType, Allocator >::output_ports().
|
private |
Definition at line 1436 of file flow_graph.h.
Referenced by tbb::flow::interface11::split_node< TupleType, Allocator >::output_ports(), and tbb::flow::interface11::split_node< TupleType, Allocator >::reset_node().
|
staticprivate |
Definition at line 1350 of file flow_graph.h.