Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
aggregated_operation base class More...
#include <_aggregator_impl.h>
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 |
aggregated_operation base class
Definition at line 33 of file _aggregator_impl.h.
|
inline |
Definition at line 39 of file _aggregator_impl.h.
Derived* tbb::interface6::internal::aggregated_operation< Derived >::next |
Definition at line 38 of file _aggregator_impl.h.
Referenced by tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::handle_operations().
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.
Referenced by tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::handle_operations().