|
casacore
|
#include <Allocator.h>
Public Types | |
| typedef T | value_type |
| typedef Sub | facade_type |
| Public Types inherited from casacore::AbstractAllocator< T > | |
| typedef T | value_type |
Public Member Functions | |
| virtual | ~BaseAllocator () |
| Public Member Functions inherited from casacore::AbstractAllocator< T > | |
| virtual | ~AbstractAllocator () |
Protected Member Functions | |
| BaseAllocator () | |
| virtual Allocator_private::BulkAllocator< T > * | getAllocator () const override |
| Protected Member Functions inherited from casacore::AbstractAllocator< T > | |
| AbstractAllocator () | |
Definition at line 338 of file Allocator.h.
| typedef Sub casacore::BaseAllocator< T, Sub >::facade_type |
Definition at line 341 of file Allocator.h.
| typedef T casacore::BaseAllocator< T, Sub >::value_type |
Definition at line 340 of file Allocator.h.
|
inlinevirtual |
Definition at line 342 of file Allocator.h.
|
inlineprotected |
Definition at line 344 of file Allocator.h.
|
inlineoverrideprotectedvirtual |
Implements casacore::AbstractAllocator< T >.
Definition at line 346 of file Allocator.h.
References casacore::Allocator_private::get_allocator().