|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <_concurrent_queue_impl.h>
Public Member Functions | |
| padded_page () | |
| Not defined anywhere - exists to quiet warnings. More... | |
| void | operator= (const padded_page &) |
| Not defined anywhere - exists to quiet warnings. More... | |
Public Attributes | |
| T | last |
| Must be last field. More... | |
Public Attributes inherited from tbb::strict_ppl::internal::concurrent_queue_rep_base::page | |
| page * | next |
| uintptr_t | mask |
Definition at line 167 of file _concurrent_queue_impl.h.
| tbb::strict_ppl::internal::micro_queue< T >::padded_page::padded_page | ( | ) |
Not defined anywhere - exists to quiet warnings.
| void tbb::strict_ppl::internal::micro_queue< T >::padded_page::operator= | ( | const padded_page & | ) |
Not defined anywhere - exists to quiet warnings.
| T tbb::strict_ppl::internal::micro_queue< T >::padded_page::last |
Must be last field.
Definition at line 173 of file _concurrent_queue_impl.h.