#include <Allocator.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
virtual | ~AbstractAllocator () |
Protected Member Functions | |
AbstractAllocator () | |
virtual Allocator_private::BulkAllocator < T > * | getAllocator () const =0 |
Friends | |
class | Array< T > |
class | Block< T > |
Definition at line 396 of file Allocator.h.
typedef T casacore::AbstractAllocator< T >::value_type |
virtual casacore::AbstractAllocator< T >::~AbstractAllocator | ( | ) | [inline, virtual] |
Definition at line 399 of file Allocator.h.
casacore::AbstractAllocator< T >::AbstractAllocator | ( | ) | [inline, protected] |
Definition at line 401 of file Allocator.h.
virtual Allocator_private::BulkAllocator<T>* casacore::AbstractAllocator< T >::getAllocator | ( | ) | const [protected, pure virtual] |
friend class Array< T > [friend] |
Definition at line 402 of file Allocator.h.
friend class Block< T > [friend] |
Definition at line 403 of file Allocator.h.