Home ⌂Doc Index ◂Up ▴
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>

Inheritance diagram for tbb::interface6::internal::aggregated_operation< Derived >:
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

◆ aggregated_operation()

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

◆ next

◆ status

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

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.