|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Public Member Functions | |
| cpq_operation (const_reference e, operation_type t) | |
| cpq_operation (operation_type t) | |
Public Member Functions inherited from tbb::interface6::internal::aggregated_operation< Derived > | |
| aggregated_operation () | |
Public Attributes | |
| operation_type | type |
| union { | |
| value_type * elem | |
| size_type sz | |
| }; | |
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 335 of file concurrent_priority_queue.h.
|
inline |
Definition at line 342 of file concurrent_priority_queue.h.
|
inline |
Definition at line 344 of file concurrent_priority_queue.h.
| union { ... } |
| value_type* tbb::interface5::concurrent_priority_queue< T, Compare, A >::cpq_operation::elem |
Definition at line 339 of file concurrent_priority_queue.h.
| size_type tbb::interface5::concurrent_priority_queue< T, Compare, A >::cpq_operation::sz |
Definition at line 340 of file concurrent_priority_queue.h.
| operation_type tbb::interface5::concurrent_priority_queue< T, Compare, A >::cpq_operation::type |
Definition at line 337 of file concurrent_priority_queue.h.