Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <aggregator.h>
Public Member Functions | |
basic_operation (const Body &b) | |
![]() | |
basic_operation_base () | |
virtual | ~basic_operation_base () |
![]() | |
aggregator_operation () | |
void | start () |
Call start before handling this operation. More... | |
void | finish () |
Call finish when done handling this operation. More... | |
aggregator_operation * | next () |
void | set_next (aggregator_operation *n) |
Private Member Functions | |
void | apply_body () __TBB_override |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
Private Attributes | |
const Body & | my_body |
Additional Inherited Members | |
![]() | |
enum | aggregator_operation_status { agg_waiting =0, agg_finished } |
Definition at line 62 of file aggregator.h.
|
inline |
Definition at line 66 of file aggregator.h.
|
inlineprivatevirtual |
Implements tbb::interface6::internal::basic_operation_base.
Definition at line 64 of file aggregator.h.
|
private |
Definition at line 63 of file aggregator.h.