|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <aggregator.h>
Public Member Functions | |
| basic_operation_base () | |
| virtual | ~basic_operation_base () |
Public Member Functions inherited from tbb::interface6::aggregator_operation | |
| 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 | |
| virtual void | apply_body ()=0 |
Friends | |
| class | basic_handler |
Additional Inherited Members | |
Public Types inherited from tbb::interface6::aggregator_operation | |
| enum | aggregator_operation_status { agg_waiting =0, agg_finished } |
Definition at line 53 of file aggregator.h.
|
inline |
Definition at line 57 of file aggregator.h.
|
inlinevirtual |
Definition at line 58 of file aggregator.h.
|
privatepure virtual |
Implemented in tbb::interface6::internal::basic_operation< Body >.
Referenced by tbb::interface6::internal::basic_handler::operator()().
|
friend |
Definition at line 54 of file aggregator.h.