#include <Allocator.h>
Public Types | |
typedef T | value_type |
typedef Sub | facade_type |
Public Member Functions | |
virtual | ~BaseAllocator () |
Protected Member Functions | |
BaseAllocator () | |
virtual Allocator_private::BulkAllocator < T > * | getAllocator () const |
Definition at line 409 of file Allocator.h.
typedef Sub casacore::BaseAllocator< T, Sub >::facade_type |
Definition at line 412 of file Allocator.h.
typedef T casacore::BaseAllocator< T, Sub >::value_type |
Reimplemented from casacore::AbstractAllocator< T >.
Definition at line 411 of file Allocator.h.
virtual casacore::BaseAllocator< T, Sub >::~BaseAllocator | ( | ) | [inline, virtual] |
Definition at line 413 of file Allocator.h.
casacore::BaseAllocator< T, Sub >::BaseAllocator | ( | ) | [inline, protected] |
Definition at line 415 of file Allocator.h.
virtual Allocator_private::BulkAllocator<T>* casacore::BaseAllocator< T, Sub >::getAllocator | ( | ) | const [inline, protected, virtual] |
Implements casacore::AbstractAllocator< T >.
Definition at line 417 of file Allocator.h.