Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1. More...
#include <memory_pool.h>
Classes | |
struct | rebind |
Public Types | |
typedef P | pool_type |
typedef void * | pointer |
typedef const void * | const_pointer |
typedef void | value_type |
Public Member Functions | |
memory_pool_allocator (pool_type &pool) throw () | |
memory_pool_allocator (const memory_pool_allocator &src) throw () | |
template<typename U > | |
memory_pool_allocator (const memory_pool_allocator< U, P > &src) throw () | |
Protected Attributes | |
pool_type * | my_pool |
Friends | |
template<typename U , typename R > | |
class | memory_pool_allocator |
template<typename V , typename U , typename R > | |
bool | operator== (const memory_pool_allocator< V, R > &a, const memory_pool_allocator< U, R > &b) |
template<typename V , typename U , typename R > | |
bool | operator!= (const memory_pool_allocator< V, R > &a, const memory_pool_allocator< U, R > &b) |
Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1.
Definition at line 154 of file memory_pool.h.
typedef const void* tbb::interface6::memory_pool_allocator< void, P >::const_pointer |
Definition at line 158 of file memory_pool.h.
typedef void* tbb::interface6::memory_pool_allocator< void, P >::pointer |
Definition at line 157 of file memory_pool.h.
typedef P tbb::interface6::memory_pool_allocator< void, P >::pool_type |
Definition at line 156 of file memory_pool.h.
typedef void tbb::interface6::memory_pool_allocator< void, P >::value_type |
Definition at line 159 of file memory_pool.h.
|
inlineexplicit |
Definition at line 164 of file memory_pool.h.
|
inline |
Definition at line 165 of file memory_pool.h.
|
inline |
Definition at line 167 of file memory_pool.h.
Definition at line 172 of file memory_pool.h.
|
friend |
|
friend |
|
protected |
Definition at line 170 of file memory_pool.h.