|
casacore
|
#include <Allocator.h>
Classes | |
| struct | rebind |
Public Types | |
| typedef std11_allocator< T > | Super |
| using | size_type |
| using | difference_type |
| using | pointer |
| using | const_pointer |
| using | reference |
| using | const_reference |
| using | value_type |
Public Member Functions | |
| casacore_allocator () noexcept=default | |
| casacore_allocator (const casacore_allocator &other) noexcept=default | |
| template<typename TOther> | |
| casacore_allocator (const casacore_allocator< TOther > &) noexcept | |
| ~casacore_allocator () noexcept=default | |
| pointer | allocate (size_type elements, const void *=0) |
| void | deallocate (pointer ptr, size_type) |
Static Public Attributes | |
| static constexpr size_t | alignment |
Definition at line 79 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::const_pointer |
Definition at line 84 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::const_reference |
Definition at line 86 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::difference_type |
Definition at line 82 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::pointer |
Definition at line 83 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::reference |
Definition at line 85 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::size_type |
Definition at line 81 of file Allocator.h.
| typedef std11_allocator<T> casacore::casacore_allocator< T, ALIGNMENT >::Super |
Definition at line 80 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::value_type |
Definition at line 87 of file Allocator.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 100 of file Allocator.h.
|
defaultnoexcept |
|
inline |
Definition at line 104 of file Allocator.h.
|
inline |
Definition at line 116 of file Allocator.h.
|
staticconstexpr |
Definition at line 89 of file Allocator.h.