#include <Allocator.h>
Classes | |
struct | rebind |
Public Types | |
typedef std::allocator< T > | Super |
typedef Super::size_type | size_type |
typedef Super::difference_type | difference_type |
typedef Super::pointer | pointer |
typedef Super::const_pointer | const_pointer |
typedef Super::reference | reference |
typedef Super::const_reference | const_reference |
typedef Super::value_type | value_type |
Public Member Functions | |
void | construct (pointer ptr) |
void | construct (pointer ptr, const_reference val) |
Definition at line 76 of file Allocator.h.
typedef Super::const_pointer casacore::std11_allocator< T >::const_pointer |
Reimplemented in casacore::casacore_allocator< T, ALIGNMENT >, and casacore::new_del_allocator< T >.
Definition at line 81 of file Allocator.h.
typedef Super::const_reference casacore::std11_allocator< T >::const_reference |
Reimplemented in casacore::casacore_allocator< T, ALIGNMENT >, and casacore::new_del_allocator< T >.
Definition at line 83 of file Allocator.h.
typedef Super::difference_type casacore::std11_allocator< T >::difference_type |
Reimplemented in casacore::casacore_allocator< T, ALIGNMENT >, and casacore::new_del_allocator< T >.
Definition at line 79 of file Allocator.h.
typedef Super::pointer casacore::std11_allocator< T >::pointer |
Reimplemented in casacore::casacore_allocator< T, ALIGNMENT >, and casacore::new_del_allocator< T >.
Definition at line 80 of file Allocator.h.
typedef Super::reference casacore::std11_allocator< T >::reference |
Reimplemented in casacore::casacore_allocator< T, ALIGNMENT >, and casacore::new_del_allocator< T >.
Definition at line 82 of file Allocator.h.
typedef Super::size_type casacore::std11_allocator< T >::size_type |
Reimplemented in casacore::casacore_allocator< T, ALIGNMENT >, and casacore::new_del_allocator< T >.
Definition at line 78 of file Allocator.h.
typedef std::allocator<T> casacore::std11_allocator< T >::Super |
Reimplemented in casacore::casacore_allocator< T, ALIGNMENT >, and casacore::new_del_allocator< T >.
Definition at line 77 of file Allocator.h.
typedef Super::value_type casacore::std11_allocator< T >::value_type |
Reimplemented in casacore::casacore_allocator< T, ALIGNMENT >, and casacore::new_del_allocator< T >.
Definition at line 84 of file Allocator.h.
void casacore::std11_allocator< T >::construct | ( | pointer | ptr, | |
const_reference | val | |||
) | [inline] |
Reimplemented in casacore::new_del_allocator< T >.
Definition at line 93 of file Allocator.h.
References casacore::std11_allocator< T >::construct().
void casacore::std11_allocator< T >::construct | ( | pointer | ptr | ) | [inline] |
Reimplemented in casacore::new_del_allocator< T >.
Definition at line 90 of file Allocator.h.
Referenced by casacore::std11_allocator< T >::construct().