|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Types | |
| enum | e_op_type { op_retive, op_signal_end_of_usage } |
Public Member Functions | |
| aggregator_operation (e_op_type operation_type) | |
| void | cast_and_handle (self_type &container) |
Public Member Functions inherited from tbb::interface6::internal::aggregated_operation< Derived > | |
| aggregated_operation () | |
Public Attributes | |
| e_op_type | my_operation_type |
Public Attributes inherited from tbb::interface6::internal::aggregated_operation< Derived > | |
| 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 |
Definition at line 195 of file concurrent_lru_cache.h.
| enum tbb::interface6::concurrent_lru_cache::aggregator_operation::e_op_type |
| Enumerator | |
|---|---|
| op_retive | |
| op_signal_end_of_usage | |
Definition at line 196 of file concurrent_lru_cache.h.
|
inline |
Definition at line 200 of file concurrent_lru_cache.h.
|
inline |
Definition at line 201 of file concurrent_lru_cache.h.
References tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::aggregator_operation::my_operation_type, and tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::aggregator_operation::op_retive.
Referenced by tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::handle_operations().
| e_op_type tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::aggregator_operation::my_operation_type |
Definition at line 199 of file concurrent_lru_cache.h.
Referenced by tbb::interface6::concurrent_lru_cache< key_type, value_type, value_functor_type >::aggregator_operation::cast_and_handle().