|
typedef size_t | size_type |
|
typedef ptrdiff_t | difference_type |
|
typedef T * | pointer |
|
typedef const T * | const_pointer |
|
typedef T & | reference |
|
typedef const T & | const_reference |
|
typedef T | value_type |
|
|
| allocator (MemoryPool *pool) noexcept |
|
| allocator (const allocator &x) noexcept |
|
template<typename Y > |
| allocator (const allocator< Y > &x) noexcept |
|
unsigned int | pool_size () const |
|
pointer | allocate (size_type num, const void *=0) |
|
template<class U , class... Args> |
void | construct (U *p, Args &&...args) |
|
void | deallocate (pointer ptr, size_type) |
|
template<class U > |
void | destroy (U *p) |
|
pointer | address (reference value) const noexcept |
|
const_pointer | address (const_reference value) const noexcept |
|
size_type | max_size () const noexcept |
|
|
template<typename Y > |
class | allocator |
|
template<typename T>
class Transactional::allocator< T >
Definition at line 39 of file allocator.h.
The documentation for this class was generated from the following file: