casacore
|
Public Types | |
typedef std::allocator< T2 >::size_type | size_type |
typedef std::allocator< T2 >::pointer | pointer |
typedef std::allocator< T2 >::const_pointer | const_pointer |
typedef std::allocator< T2 >::value_type | value_type |
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 265 of file Allocator.h.
typedef std::allocator<T2>::const_pointer casacore::Allocator_private::BulkAllocator< T2 >::const_pointer |
Definition at line 268 of file Allocator.h.
typedef std::allocator<T2>::pointer casacore::Allocator_private::BulkAllocator< T2 >::pointer |
Definition at line 267 of file Allocator.h.
typedef std::allocator<T2>::size_type casacore::Allocator_private::BulkAllocator< T2 >::size_type |
Definition at line 266 of file Allocator.h.
typedef std::allocator<T2>::value_type casacore::Allocator_private::BulkAllocator< T2 >::value_type |
Definition at line 269 of file Allocator.h.
|
inlinevirtual |
Definition at line 279 of file Allocator.h.
|
pure virtual |
|
pure virtual |
Implemented in casacore::Allocator_private::BulkAllocatorImpl< Allocator >.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |