|
casacore
|
#include <Allocator.h>
Classes | |
| struct | rebind |
Public Types | |
| using | Super = std11_allocator< T > |
| 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 | |
| new_del_allocator () noexcept | |
| new_del_allocator (const new_del_allocator &other) noexcept | |
| template<typename TOther > | |
| new_del_allocator (const new_del_allocator< TOther > &) noexcept | |
| ~new_del_allocator () noexcept | |
| pointer | allocate (size_type elements, const void *=0) |
| void | deallocate (pointer ptr, size_type) |
| template<typename U , typename... Args> | |
| void | construct (U *, Args &&...) |
| template<typename U > | |
| void | construct (U *ptr, U &&value) |
| template<typename U > | |
| void | construct (U *ptr, U &value) |
| template<typename U > | |
| void | construct (U *ptr, U const &value) |
| template<typename U > | |
| void | destroy (U *) |
Definition at line 134 of file Allocator.h.
| using casacore::new_del_allocator< T >::const_pointer = const T* |
Definition at line 139 of file Allocator.h.
| using casacore::new_del_allocator< T >::const_reference = const T& |
Definition at line 141 of file Allocator.h.
| using casacore::new_del_allocator< T >::difference_type = typename Super::difference_type |
Definition at line 137 of file Allocator.h.
| using casacore::new_del_allocator< T >::pointer = T* |
Definition at line 138 of file Allocator.h.
| using casacore::new_del_allocator< T >::reference = T& |
Definition at line 140 of file Allocator.h.
| using casacore::new_del_allocator< T >::size_type = typename Super::size_type |
Definition at line 136 of file Allocator.h.
| using casacore::new_del_allocator< T >::Super = std11_allocator<T> |
Definition at line 135 of file Allocator.h.
| using casacore::new_del_allocator< T >::value_type = typename Super::value_type |
Definition at line 142 of file Allocator.h.
|
inlinenoexcept |
Definition at line 148 of file Allocator.h.
|
inlinenoexcept |
Definition at line 151 of file Allocator.h.
|
inlinenoexcept |
Definition at line 156 of file Allocator.h.
|
inlinenoexcept |
Definition at line 159 of file Allocator.h.
|
inline |
Definition at line 162 of file Allocator.h.
|
inline |
Definition at line 173 of file Allocator.h.
|
inline |
Definition at line 175 of file Allocator.h.
References casacore::value().
|
inline |
Definition at line 179 of file Allocator.h.
References casacore::value().
|
inline |
Definition at line 183 of file Allocator.h.
References casacore::value().
|
inline |
Definition at line 169 of file Allocator.h.
|
inline |
Definition at line 188 of file Allocator.h.