Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::interface6::internal::aggregated_operation< Derived > Class Template Reference

aggregated_operation base class More...

#include <_aggregator_impl.h>

Collaboration diagram for tbb::interface6::internal::aggregated_operation< Derived >:

Public Member Functions

 aggregated_operation ()
 

Public Attributes

uintptr_t status
 Zero value means "wait" status, all other values are "user" specified values and are defined into the scope of a class which uses "status". More...
 
Derived * next
 

Detailed Description

template<typename Derived>
class tbb::interface6::internal::aggregated_operation< Derived >

aggregated_operation base class

Definition at line 33 of file _aggregator_impl.h.

Constructor & Destructor Documentation

template<typename Derived >
tbb::interface6::internal::aggregated_operation< Derived >::aggregated_operation ( )
inline

Definition at line 39 of file _aggregator_impl.h.

39 : status(0), next(NULL) {}
uintptr_t status
Zero value means "wait" status, all other values are "user" specified values and are defined into the...

Member Data Documentation

template<typename Derived >
Derived* tbb::interface6::internal::aggregated_operation< Derived >::next

Definition at line 38 of file _aggregator_impl.h.

template<typename Derived >
uintptr_t tbb::interface6::internal::aggregated_operation< Derived >::status

Zero value means "wait" status, all other values are "user" specified values and are defined into the scope of a class which uses "status".

Definition at line 36 of file _aggregator_impl.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.