casacore
|
Public Types | |
using | size_type = typename std::allocator< T2 >::size_type |
using | value_type = typename std::allocator< T2 >::value_type |
using | pointer = T2 * |
using | const_pointer = const T2 * |
Public Member Functions | |
virtual pointer | allocate (size_type elements, const void *ptr=0)=0 |
virtual void | deallocate (pointer ptr, size_type size)=0 |
virtual void | construct (pointer ptr, size_type n, const_pointer src)=0 |
virtual void | construct (pointer ptr, size_type n, value_type const &initial_value)=0 |
virtual void | construct (pointer ptr, size_type n)=0 |
virtual void | destroy (pointer ptr, size_type n)=0 |
virtual std::type_info const & | allocator_typeid () const =0 |
virtual | ~BulkAllocator () |
Definition at line 216 of file Allocator.h.
using casacore::Allocator_private::BulkAllocator< T2 >::const_pointer = const T2* |
Definition at line 220 of file Allocator.h.
using casacore::Allocator_private::BulkAllocator< T2 >::pointer = T2* |
Definition at line 219 of file Allocator.h.
using casacore::Allocator_private::BulkAllocator< T2 >::size_type = typename std::allocator<T2>::size_type |
Definition at line 217 of file Allocator.h.
using casacore::Allocator_private::BulkAllocator< T2 >::value_type = typename std::allocator<T2>::value_type |
Definition at line 218 of file Allocator.h.
|
inlinevirtual |
Definition at line 230 of file Allocator.h.
|
pure virtual |
Referenced by casacore::Block< T >::init(), casacore::Block< T >::remove(), and casacore::Block< T >::resize().
|
pure virtual |
Implemented in casacore::Allocator_private::BulkAllocatorImpl< Allocator >.
|
pure virtual |
|
pure virtual |
Referenced by casacore::Block< T >::Block(), casacore::Block< T >::Block(), casacore::Block< T >::Block(), casacore::Block< T >::construct(), casacore::Block< T >::construct(), casacore::Block< T >::construct(), casacore::Block< T >::init(), casacore::Block< T >::operator=(), casacore::Block< T >::remove(), and casacore::Block< T >::resize().
|
pure virtual |
|
pure virtual |
|
pure virtual |