|
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) |
Public Member Functions inherited from tbb::interface6::internal::aggregator_generic< operation_type > | |
| 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.
References tbb::interface6::internal::aggregator_generic< operation_type >::execute().
|
inline |
Definition at line 150 of file _aggregator_impl.h.
References h.
|
private |
Definition at line 145 of file _aggregator_impl.h.