Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface6::internal::basic_operation< Body > Class Template Reference

#include <aggregator.h>

Inheritance diagram for tbb::interface6::internal::basic_operation< Body >:
Collaboration diagram for tbb::interface6::internal::basic_operation< Body >:

Public Member Functions

 basic_operation (const Body &b)
 
- Public Member Functions inherited from tbb::interface6::internal::basic_operation_base
 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_operationnext ()
 
void set_next (aggregator_operation *n)
 

Private Member Functions

void apply_body () __TBB_override
 
- Private Member Functions inherited from tbb::internal::no_assign
void operator= (const no_assign &)=delete
 
 no_assign (const no_assign &)=default
 
 no_assign ()=default
 

Private Attributes

const Body & my_body
 

Additional Inherited Members

- Public Types inherited from tbb::interface6::aggregator_operation
enum  aggregator_operation_status { agg_waiting =0, agg_finished }
 

Detailed Description

template<typename Body>
class tbb::interface6::internal::basic_operation< Body >

Definition at line 62 of file aggregator.h.

Constructor & Destructor Documentation

◆ basic_operation()

template<typename Body>
tbb::interface6::internal::basic_operation< Body >::basic_operation ( const Body &  b)
inline

Member Function Documentation

◆ apply_body()

template<typename Body>
void tbb::interface6::internal::basic_operation< Body >::apply_body ( )
inlineprivatevirtual

Member Data Documentation

◆ my_body

template<typename Body>
const Body& tbb::interface6::internal::basic_operation< Body >::my_body
private

Definition at line 63 of file aggregator.h.


The documentation for this class was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.