Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <flow_graph.h>
Classes | |
class | key_matching_port_operation |
Protected Member Functions | |
task * | try_put_task (const input_type &v) __TBB_override |
Put item to successor; return task to run the successor if possible. More... | |
graph & | graph_reference () const __TBB_override |
![]() | |
virtual task * | try_put_task_wrapper (const void *p, bool is_async) __TBB_override |
![]() | |
template<typename X > | |
task * | try_put_task (const X &t) |
virtual bool | is_continue_receiver () |
Private Types | |
enum | op_type { try__put, get__item, res_port } |
typedef internal::aggregating_functor< class_type, key_matching_port_operation > | handler_type |
Private Member Functions | |
void | handle_operations (key_matching_port_operation *op_list) |
Private Attributes | |
aggregator< handler_type, key_matching_port_operation > | my_aggregator |
matching_forwarding_base< key_type > * | my_join |
Friends | |
class | internal::aggregating_functor< class_type, key_matching_port_operation > |
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 TraitsType::T | input_type |
The input type of this receiver. More... | |
__TBB_DEPRECATED typedef internal::async_helpers< TraitsType::T >::filtered_type | filtered_type |
![]() | |
static const size_t | INITIAL_SIZE |
Definition at line 658 of file flow_graph.h.
typedef hash_buffer< key_type, input_type, type_to_key_func_type, hash_compare_type > tbb::flow::interface11::internal::key_matching_port< TraitsType >::buffer_type |
Definition at line 671 of file flow_graph.h.
typedef key_matching_port<traits> tbb::flow::interface11::internal::key_matching_port< TraitsType >::class_type |
Definition at line 664 of file flow_graph.h.
|
private |
Definition at line 705 of file flow_graph.h.
typedef TraitsType::KHash tbb::flow::interface11::internal::key_matching_port< TraitsType >::hash_compare_type |
Definition at line 670 of file flow_graph.h.
typedef TraitsType::T tbb::flow::interface11::internal::key_matching_port< TraitsType >::input_type |
Definition at line 665 of file flow_graph.h.
typedef TraitsType::K tbb::flow::interface11::internal::key_matching_port< TraitsType >::key_type |
Definition at line 666 of file flow_graph.h.
typedef tbb::internal::strip<key_type>::type tbb::flow::interface11::internal::key_matching_port< TraitsType >::noref_key_type |
Definition at line 667 of file flow_graph.h.
typedef receiver<input_type>::predecessor_type tbb::flow::interface11::internal::key_matching_port< TraitsType >::predecessor_type |
Definition at line 668 of file flow_graph.h.
typedef TraitsType tbb::flow::interface11::internal::key_matching_port< TraitsType >::traits |
Definition at line 663 of file flow_graph.h.
typedef TraitsType::TtoK tbb::flow::interface11::internal::key_matching_port< TraitsType >::type_to_key_func_type |
Definition at line 669 of file flow_graph.h.
|
private |
Enumerator | |
---|---|
try__put | |
get__item | |
res_port |
Definition at line 679 of file flow_graph.h.
|
inline |
Definition at line 777 of file flow_graph.h.
|
inline |
Definition at line 783 of file flow_graph.h.
|
inline |
Definition at line 788 of file flow_graph.h.
|
inline |
Definition at line 798 of file flow_graph.h.
|
inline |
Definition at line 796 of file flow_graph.h.
|
inlineprotectedvirtual |
Implements tbb::flow::interface11::internal::untyped_receiver.
Definition at line 771 of file flow_graph.h.
|
inlineprivate |
Definition at line 709 of file flow_graph.h.
|
inline |
Definition at line 835 of file flow_graph.h.
|
inlinevirtual |
put receiver back in initial state
Implements tbb::flow::interface11::internal::untyped_receiver.
Definition at line 847 of file flow_graph.h.
|
inline |
Definition at line 790 of file flow_graph.h.
|
inline |
Definition at line 794 of file flow_graph.h.
|
inlineprotectedvirtual |
Put item to successor; return task to run the successor if possible.
Implements tbb::flow::interface11::receiver< TraitsType::T >.
Definition at line 759 of file flow_graph.h.
|
friend |
Definition at line 706 of file flow_graph.h.
|
friend |
Definition at line 757 of file flow_graph.h.
|
friend |
Definition at line 758 of file flow_graph.h.
Definition at line 756 of file flow_graph.h.
|
private |
Definition at line 707 of file flow_graph.h.
|
private |
Definition at line 859 of file flow_graph.h.