Classes | Public Types | Public Member Functions | Private Attributes | Friends | List of all members
Transactional::allocator< T > Class Template Reference
Inheritance diagram for Transactional::allocator< T >:
Inheritance graph
[legend]

Classes

struct  rebind
 

Public Types

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
 

Public Member Functions

 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
 

Private Attributes

MemoryPoolm_pool
 

Friends

template<typename Y >
class allocator
 

Detailed Description

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:

Generated for KAME4 by  doxygen 1.8.3