casacore
|
Public Types | |
typedef Allocator::size_type | size_type |
typedef Allocator::pointer | pointer |
typedef Allocator::const_pointer | const_pointer |
typedef Allocator::value_type | value_type |
![]() | |
typedef std::allocator< Allocator::value_type >::size_type | size_type |
typedef std::allocator< Allocator::value_type >::pointer | pointer |
typedef std::allocator< Allocator::value_type >::const_pointer | const_pointer |
typedef std::allocator< Allocator::value_type >::value_type | value_type |
Public Member Functions | |
virtual pointer | allocate (size_type elements, const void *ptr=0) |
virtual void | deallocate (pointer ptr, size_type size) |
virtual void | construct (pointer ptr, size_type n, const_pointer src) |
virtual void | construct (pointer ptr, size_type n, value_type const &initial_value) |
virtual void | construct (pointer ptr, size_type n) |
virtual void | destroy (pointer ptr, size_type n) |
virtual std::type_info const & | allocator_typeid () const |
virtual | ~BulkAllocatorImpl () |
![]() | |
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 | ~BulkAllocator () |
Static Private Attributes | |
static Allocator | allocator |
Definition at line 283 of file Allocator.h.
typedef Allocator::const_pointer casacore::Allocator_private::BulkAllocatorImpl< Allocator >::const_pointer |
Definition at line 286 of file Allocator.h.
typedef Allocator::pointer casacore::Allocator_private::BulkAllocatorImpl< Allocator >::pointer |
Definition at line 285 of file Allocator.h.
typedef Allocator::size_type casacore::Allocator_private::BulkAllocatorImpl< Allocator >::size_type |
Definition at line 284 of file Allocator.h.
typedef Allocator::value_type casacore::Allocator_private::BulkAllocatorImpl< Allocator >::value_type |
Definition at line 287 of file Allocator.h.
|
inlinevirtual |
Definition at line 342 of file Allocator.h.
|
inlinevirtual |
Definition at line 288 of file Allocator.h.
|
inlinevirtual |
Implements casacore::Allocator_private::BulkAllocator< Allocator::value_type >.
Definition at line 339 of file Allocator.h.
|
inlinevirtual |
Definition at line 295 of file Allocator.h.
|
inlinevirtual |
Definition at line 306 of file Allocator.h.
|
inlinevirtual |
Definition at line 318 of file Allocator.h.
|
inlinevirtual |
Definition at line 291 of file Allocator.h.
|
inlinevirtual |
Destructor should not raise any exception.
Definition at line 329 of file Allocator.h.
|
staticprivate |
Definition at line 345 of file Allocator.h.