Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_aggregator_impl.h>
Public Member Functions | |
aggregator () | |
aggregator (handler_type h) | |
void | initialize_handler (handler_type h) |
void | execute (operation_type *op) |
![]() | |
aggregator_generic () | |
template<typename handler_type > | |
void | execute (operation_type *op, handler_type &handle_operations, bool long_life_time=true) |
Execute an operation. More... | |
Private Attributes | |
handler_type | handle_operations |
Definition at line 144 of file _aggregator_impl.h.
|
inline |
Definition at line 147 of file _aggregator_impl.h.
|
inlineexplicit |
Definition at line 148 of file _aggregator_impl.h.
|
inline |
Definition at line 152 of file _aggregator_impl.h.
Referenced by internal::join_node_base< JP, InputTuple, OutputTuple >::forward_task(), internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >::increment_key_count(), tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::operator[](), internal::join_node_base< JP, InputTuple, OutputTuple >::register_successor(), internal::join_node_base< JP, InputTuple, OutputTuple >::remove_successor(), internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >::reset_port_count(), tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::signal_end_of_usage(), internal::join_node_base< JP, InputTuple, OutputTuple >::try_get(), internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >::try_to_make_tuple(), and internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >::tuple_build_may_succeed().
|
inline |
Definition at line 150 of file _aggregator_impl.h.
Referenced by tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::concurrent_lru_cache(), internal::join_node_base< JP, InputTuple, OutputTuple >::join_node_base(), and internal::join_node_FE< key_matching< K, KHash >, InputTuple, OutputTuple >::join_node_FE().
|
private |
Definition at line 145 of file _aggregator_impl.h.