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 358 of file pipeline.h.
typedef tbb::tbb_allocator<T> tbb::interface6::internal::token_helper< T, true >::allocator |
Definition at line 360 of file pipeline.h.
typedef T* tbb::interface6::internal::token_helper< T, true >::pointer |
Definition at line 361 of file pipeline.h.
typedef T tbb::interface6::internal::token_helper< T, true >::value_type |
Definition at line 362 of file pipeline.h.
|
inlinestatic |
Definition at line 374 of file pipeline.h.
|
inlinestatic |
Definition at line 373 of file pipeline.h.
|
inlinestatic |
Definition at line 364 of file pipeline.h.
References tbb::tbb_allocator< T >::allocate(), and tbb::move().
|
inlinestatic |
Definition at line 375 of file pipeline.h.
References tbb::tbb_allocator< T >::deallocate(), and tbb::tbb_allocator< T >::destroy().
|
inlinestatic |
Definition at line 372 of file pipeline.h.