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 tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::operator[](), and tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::signal_end_of_usage().
|
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().
|
private |
Definition at line 145 of file _aggregator_impl.h.