|
Grid 0.7.0
|
#include <AlignedAllocator.h>
Data Structures | |
| struct | rebind |
Public Types | |
| typedef std::size_t | size_type |
| typedef std::ptrdiff_t | difference_type |
| typedef _Tp * | pointer |
| typedef const _Tp * | const_pointer |
| typedef _Tp & | reference |
| typedef const _Tp & | const_reference |
| typedef _Tp | value_type |
Public Member Functions | |
| devAllocator () throw () | |
| devAllocator (const devAllocator &) throw () | |
| template<typename _Tp1> | |
| devAllocator (const devAllocator< _Tp1 > &) throw () | |
| ~devAllocator () throw () | |
| pointer | address (reference __x) const |
| size_type | max_size () const throw () |
| pointer | allocate (size_type __n, const void *_p=0) |
| void | deallocate (pointer __p, size_type __n) |
| void | construct (pointer __p, const _Tp &__val) |
| void | construct (pointer __p) |
| void | destroy (pointer __p) |
Definition at line 131 of file AlignedAllocator.h.
| typedef std::size_t devAllocator< _Tp >::size_type |
Definition at line 133 of file AlignedAllocator.h.
| typedef std::ptrdiff_t devAllocator< _Tp >::difference_type |
Definition at line 134 of file AlignedAllocator.h.
| typedef _Tp* devAllocator< _Tp >::pointer |
Definition at line 135 of file AlignedAllocator.h.
| typedef const _Tp* devAllocator< _Tp >::const_pointer |
Definition at line 136 of file AlignedAllocator.h.
| typedef _Tp& devAllocator< _Tp >::reference |
Definition at line 137 of file AlignedAllocator.h.
| typedef const _Tp& devAllocator< _Tp >::const_reference |
Definition at line 138 of file AlignedAllocator.h.
| typedef _Tp devAllocator< _Tp >::value_type |
Definition at line 139 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 142 of file AlignedAllocator.h.
|
inline | |||||||||||||
Definition at line 143 of file AlignedAllocator.h.
|
inline | |||||||||||||
Definition at line 144 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 145 of file AlignedAllocator.h.
|
inline |
Definition at line 146 of file AlignedAllocator.h.
|
inline | ||||||||||||
Definition at line 147 of file AlignedAllocator.h.
|
inline |
Definition at line 149 of file AlignedAllocator.h.
|
inline |
Definition at line 161 of file AlignedAllocator.h.
|
inline |
Definition at line 167 of file AlignedAllocator.h.
|
inline |
Definition at line 168 of file AlignedAllocator.h.
|
inline |
Definition at line 169 of file AlignedAllocator.h.