|
Classes | |
struct | rebind |
Public Types | |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
typedef size_t | size_type |
typedef T | value_type |
Public Member Functions | |
const_pointer | address (const_reference x) const |
pointer | address (reference x) const |
AlignedAllocator () throw () | |
AlignedAllocator (const AlignedAllocator< T, Align > &) throw () | |
template<class U > | |
AlignedAllocator (const AlignedAllocator< U, Align > &) throw () | |
pointer | allocate (size_type s, std::allocator_traits< std::allocator< void >>::const_void_pointer hint=0) |
void | construct (pointer p, const T &val) |
void | deallocate (pointer p, size_type) |
void | destroy (pointer p) |
size_type | max_size () const throw () |
template<class U > | |
bool | operator!= (const AlignedAllocator< U, Align > &) const |
template<class U > | |
bool | operator!= (const U &) const |
template<class U > | |
bool | operator== (const AlignedAllocator< U, Align > &) const |
template<class U > | |
bool | operator== (const U &) const |
Public Attributes | |
const typedef T * | const_pointer |
const typedef T & | const_reference |
Definition at line 17 of file AlignedAllocator.h.
typedef ptrdiff_t difference_type |
Definition at line 21 of file AlignedAllocator.h.
Definition at line 22 of file AlignedAllocator.h.
Definition at line 24 of file AlignedAllocator.h.
typedef size_t size_type |
Definition at line 20 of file AlignedAllocator.h.
typedef T value_type |
Definition at line 26 of file AlignedAllocator.h.
|
inline |
Definition at line 33 of file AlignedAllocator.h.
|
inline |
Definition at line 34 of file AlignedAllocator.h.
|
inline |
Definition at line 36 of file AlignedAllocator.h.
|
inline |
Definition at line 41 of file AlignedAllocator.h.
Definition at line 37 of file AlignedAllocator.h.
|
inline |
Definition at line 45 of file AlignedAllocator.h.
Definition at line 57 of file AlignedAllocator.h.
Definition at line 49 of file AlignedAllocator.h.
|
inline |
Definition at line 61 of file AlignedAllocator.h.
|
inline |
Definition at line 53 of file AlignedAllocator.h.
|
inline |
Definition at line 76 of file AlignedAllocator.h.
|
inline |
Definition at line 81 of file AlignedAllocator.h.
|
inline |
Definition at line 66 of file AlignedAllocator.h.
|
inline |
Definition at line 71 of file AlignedAllocator.h.
const typedef T* const_pointer |
Definition at line 23 of file AlignedAllocator.h.
const typedef T& const_reference |
Definition at line 25 of file AlignedAllocator.h.