An aligned allocator with the default alignment. More...
#include <Allocator.h>
Public Types | |
typedef AlignedAllocator< T >::type | type |
Static Public Attributes | |
static DefaultAllocator< T > | value |
an instance of this allocator. | |
Protected Member Functions | |
DefaultAllocator () |
An aligned allocator with the default alignment.
Definition at line 456 of file Allocator.h.
typedef AlignedAllocator<T>::type casacore::DefaultAllocator< T >::type |
Reimplemented from casacore::AlignedAllocator< T >.
Definition at line 458 of file Allocator.h.
casacore::DefaultAllocator< T >::DefaultAllocator | ( | ) | [inline, protected] |
Definition at line 462 of file Allocator.h.
DefaultAllocator< T > casacore::DefaultAllocator< T >::value [inline, static] |
an instance of this allocator.
Reimplemented from casacore::AlignedAllocator< T >.
Definition at line 460 of file Allocator.h.