|
|
Inheritance diagram for AlignedAllocator< T, Align >: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 21 of file AlignedAllocator.h.
| typedef ptrdiff_t difference_type |
Definition at line 25 of file AlignedAllocator.h.
Definition at line 26 of file AlignedAllocator.h.
Definition at line 28 of file AlignedAllocator.h.
| typedef size_t size_type |
Definition at line 24 of file AlignedAllocator.h.
| typedef T value_type |
Definition at line 30 of file AlignedAllocator.h.
|
inline | |||||||||||||
Definition at line 38 of file AlignedAllocator.h.
|
inline | ||||||||||||||
Definition at line 42 of file AlignedAllocator.h.
|
inline | ||||||||||||||
Definition at line 47 of file AlignedAllocator.h.
|
inline |
Definition at line 58 of file AlignedAllocator.h.
Definition at line 52 of file AlignedAllocator.h.
|
inline |
Definition at line 64 of file AlignedAllocator.h.
Definition at line 83 of file AlignedAllocator.h.
Definition at line 71 of file AlignedAllocator.h.
|
inline |
Definition at line 89 of file AlignedAllocator.h.
|
inline | |||||||||||||
Definition at line 77 of file AlignedAllocator.h.
|
inline |
Definition at line 110 of file AlignedAllocator.h.
|
inline |
Definition at line 117 of file AlignedAllocator.h.
|
inline |
Definition at line 96 of file AlignedAllocator.h.
|
inline |
Definition at line 103 of file AlignedAllocator.h.
| const typedef T* const_pointer |
Definition at line 27 of file AlignedAllocator.h.
| const typedef T& const_reference |
Definition at line 29 of file AlignedAllocator.h.