casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
casacore::casacore_allocator< T, ALIGNMENT > Struct Template Reference

#include <Allocator.h>

Inheritance diagram for casacore::casacore_allocator< T, ALIGNMENT >:

Classes

struct  rebind
 

Public Types

typedef std11_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

 casacore_allocator () throw ()
 
 casacore_allocator (const casacore_allocator &other) noexcept
 
template<typename TOther >
 casacore_allocator (const casacore_allocator< TOther > &) noexcept
 
 ~casacore_allocator () noexcept
 
pointer allocate (size_type elements, const void *=0)
 
void deallocate (pointer ptr, size_type)
 

Static Public Attributes

static constexpr size_t alignment
 

Detailed Description

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
struct casacore::casacore_allocator< T, ALIGNMENT >

Definition at line 81 of file Allocator.h.

Member Typedef Documentation

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
typedef Super::const_pointer casacore::casacore_allocator< T, ALIGNMENT >::const_pointer

Definition at line 86 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
typedef Super::const_reference casacore::casacore_allocator< T, ALIGNMENT >::const_reference

Definition at line 88 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
typedef Super::difference_type casacore::casacore_allocator< T, ALIGNMENT >::difference_type

Definition at line 84 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
typedef Super::pointer casacore::casacore_allocator< T, ALIGNMENT >::pointer

Definition at line 85 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
typedef Super::reference casacore::casacore_allocator< T, ALIGNMENT >::reference

Definition at line 87 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
typedef Super::size_type casacore::casacore_allocator< T, ALIGNMENT >::size_type

Definition at line 83 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
typedef std11_allocator<T> casacore::casacore_allocator< T, ALIGNMENT >::Super

Definition at line 82 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
typedef Super::value_type casacore::casacore_allocator< T, ALIGNMENT >::value_type

Definition at line 89 of file Allocator.h.

Constructor & Destructor Documentation

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
casacore::casacore_allocator< T, ALIGNMENT >::casacore_allocator ( )
throw (
)
inline

Definition at line 97 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
casacore::casacore_allocator< T, ALIGNMENT >::casacore_allocator ( const casacore_allocator< T, ALIGNMENT > &  other)
inlinenoexcept

Definition at line 100 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
template<typename TOther >
casacore::casacore_allocator< T, ALIGNMENT >::casacore_allocator ( const casacore_allocator< TOther > &  )
inlinenoexcept

Definition at line 105 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
casacore::casacore_allocator< T, ALIGNMENT >::~casacore_allocator ( )
inlinenoexcept

Definition at line 108 of file Allocator.h.

Member Function Documentation

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
pointer casacore::casacore_allocator< T, ALIGNMENT >::allocate ( size_type  elements,
const void *  = 0 
)
inline

Definition at line 111 of file Allocator.h.

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
void casacore::casacore_allocator< T, ALIGNMENT >::deallocate ( pointer  ptr,
size_type   
)
inline

Definition at line 123 of file Allocator.h.

References free().

Member Data Documentation

template<typename T, size_t ALIGNMENT = CASA_DEFAULT_ALIGNMENT>
constexpr size_t casacore::casacore_allocator< T, ALIGNMENT >::alignment
static

Definition at line 91 of file Allocator.h.


The documentation for this struct was generated from the following file: