|
casacore
|
#include <Allocator.h>
Classes | |
| struct | rebind |
Public Types | |
| typedef std11_allocator< T > | Super |
| using | size_type = typename Super::size_type |
| using | difference_type = typename Super::difference_type |
| using | pointer = T * |
| using | const_pointer = const T * |
| using | reference = T & |
| using | const_reference = const T & |
| using | value_type = typename Super::value_type |
Public Member Functions | |
| casacore_allocator () throw () | |
| casacore_allocator (const casacore_allocator &other) noexcept | |
| template<typename TOther > | |
| casacore_allocator (const casacore_allocator< TOther > &) noexcept | |
| ~casacore_allocator () noexcept | |
| 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 = const T* |
Definition at line 84 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::const_reference = const T& |
Definition at line 86 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::difference_type = typename Super::difference_type |
Definition at line 82 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::pointer = T* |
Definition at line 83 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::reference = T& |
Definition at line 85 of file Allocator.h.
| using casacore::casacore_allocator< T, ALIGNMENT >::size_type = typename Super::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 = typename Super::value_type |
Definition at line 87 of file Allocator.h.
|
inline | |||||||||||||
Definition at line 95 of file Allocator.h.
|
inlinenoexcept |
Definition at line 98 of file Allocator.h.
|
inlinenoexcept |
Definition at line 103 of file Allocator.h.
|
inlinenoexcept |
Definition at line 106 of file Allocator.h.
|
inline |
Definition at line 109 of file Allocator.h.
|
inline |
Definition at line 121 of file Allocator.h.
References free().
|
staticconstexpr |
Definition at line 89 of file Allocator.h.