Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Implements methods for a function node that takes a type Input as input. More...
#include <_flow_graph_node_impl.h>
Public Types | |
typedef Input | input_type |
typedef OutputPortSet | output_ports_type |
typedef multifunction_body< input_type, output_ports_type > | multifunction_body_type |
typedef multifunction_input< Input, OutputPortSet, Policy, A > | my_class |
typedef function_input_base< Input, Policy, A, my_class > | base_type |
typedef function_input_queue< input_type, A > | input_queue_type |
![]() | |
typedef Input | input_type |
The input type of this receiver. More... | |
typedef receiver< input_type >::predecessor_type | predecessor_type |
typedef predecessor_cache< input_type, null_mutex > | predecessor_cache_type |
typedef function_input_queue< input_type, A > | input_queue_type |
typedef tbb::internal::allocator_rebind< A, input_queue_type >::type | queue_allocator_type |
Static Public Attributes | |
static const int | N = tbb::flow::tuple_size<OutputPortSet>::value |
Protected Member Functions | |
void | reset (reset_flags f) |
![]() | |
void | reset_function_input_base (reset_flags f) |
void | reset_receiver (reset_flags f) __TBB_override |
graph & | graph_reference () const __TBB_override |
task * | try_get_postponed_task (const input_type &i) |
![]() | |
virtual void | reset_receiver (reset_flags f=rf_reset_protocol)=0 |
put receiver back in initial state More... | |
virtual bool | is_continue_receiver () |
Protected Attributes | |
multifunction_body_type * | my_body |
multifunction_body_type * | my_init_body |
output_ports_type | my_output_ports |
![]() | |
graph & | my_graph_ref |
const size_t | my_max_concurrency |
size_t | my_concurrency |
input_queue_type * | my_queue |
predecessor_cache< input_type, null_mutex > | my_predecessors |
Additional Inherited Members | |
![]() | |
__TBB_DEPRECATED typedef Input | input_type |
The input type of this receiver. More... | |
__TBB_DEPRECATED typedef sender< Input > | predecessor_type |
The predecessor type for this node. More... | |
Implements methods for a function node that takes a type Input as input.
Definition at line 638 of file _flow_graph_node_impl.h.
typedef function_input_base<Input, Policy, A, my_class> internal::multifunction_input< Input, OutputPortSet, Policy, A >::base_type |
Definition at line 645 of file _flow_graph_node_impl.h.
typedef function_input_queue<input_type, A> internal::multifunction_input< Input, OutputPortSet, Policy, A >::input_queue_type |
Definition at line 646 of file _flow_graph_node_impl.h.
typedef Input internal::multifunction_input< Input, OutputPortSet, Policy, A >::input_type |
Definition at line 641 of file _flow_graph_node_impl.h.
typedef multifunction_body<input_type, output_ports_type> internal::multifunction_input< Input, OutputPortSet, Policy, A >::multifunction_body_type |
Definition at line 643 of file _flow_graph_node_impl.h.
typedef multifunction_input<Input, OutputPortSet, Policy, A> internal::multifunction_input< Input, OutputPortSet, Policy, A >::my_class |
Definition at line 644 of file _flow_graph_node_impl.h.
typedef OutputPortSet internal::multifunction_input< Input, OutputPortSet, Policy, A >::output_ports_type |
Definition at line 642 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 650 of file _flow_graph_node_impl.h.
|
inline |
Copy constructor.
Definition at line 659 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 666 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 680 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 672 of file _flow_graph_node_impl.h.
|
inline |
Definition at line 691 of file _flow_graph_node_impl.h.
|
inlineprotected |
Definition at line 700 of file _flow_graph_node_impl.h.
|
protected |
Definition at line 711 of file _flow_graph_node_impl.h.
Referenced by internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::apply_body_impl_bypass(), internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::copy_function_object(), internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::reset(), and internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::~multifunction_input().
|
protected |
Definition at line 712 of file _flow_graph_node_impl.h.
Referenced by internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::reset(), and internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::~multifunction_input().
|
protected |
Definition at line 713 of file _flow_graph_node_impl.h.
Referenced by internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::apply_body_impl_bypass(), internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::output_ports(), and internal::multifunction_input< Input, internal::wrap_tuple_elements< tbb::flow::tuple_size< tuple< Output > >::value, internal::multifunction_output, tuple< Output > >::type, queueing_lightweight, cache_aligned_allocator< Input > >::reset().
|
static |
Definition at line 640 of file _flow_graph_node_impl.h.