Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <pipeline.h>
Public Types | |
typedef tbb::tbb_allocator< T > | allocator |
typedef T * | pointer |
typedef T | value_type |
Static Public Member Functions | |
static pointer | create_token (value_type &&source) |
static value_type & | token (pointer &t) |
static void * | cast_to_void_ptr (pointer ref) |
static pointer | cast_from_void_ptr (void *ref) |
static void | destroy_token (pointer token) |
Definition at line 365 of file pipeline.h.
typedef tbb::tbb_allocator<T> tbb::interface6::internal::token_helper< T, true >::allocator |
Definition at line 367 of file pipeline.h.
typedef T* tbb::interface6::internal::token_helper< T, true >::pointer |
Definition at line 368 of file pipeline.h.
typedef T tbb::interface6::internal::token_helper< T, true >::value_type |
Definition at line 369 of file pipeline.h.
|
inlinestatic |
Definition at line 381 of file pipeline.h.
|
inlinestatic |
Definition at line 380 of file pipeline.h.
|
inlinestatic |
Definition at line 371 of file pipeline.h.
References tbb::tbb_allocator< T >::allocate(), and tbb::move().
|
inlinestatic |
Definition at line 382 of file pipeline.h.
References tbb::tbb_allocator< T >::deallocate(), and tbb::tbb_allocator< T >::destroy().
|
inlinestatic |
Definition at line 379 of file pipeline.h.