casacore
Classes | Public Types | Public Member Functions | List of all members
casacore::std11_allocator< T > Struct Template Reference

#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)
 

Detailed Description

template<typename T>
struct casacore::std11_allocator< T >

Definition at line 76 of file Allocator.h.

Member Typedef Documentation

§ const_pointer

template<typename T >
typedef Super::const_pointer casacore::std11_allocator< T >::const_pointer

Definition at line 81 of file Allocator.h.

§ const_reference

template<typename T >
typedef Super::const_reference casacore::std11_allocator< T >::const_reference

Definition at line 83 of file Allocator.h.

§ difference_type

template<typename T >
typedef Super::difference_type casacore::std11_allocator< T >::difference_type

Definition at line 79 of file Allocator.h.

§ pointer

template<typename T >
typedef Super::pointer casacore::std11_allocator< T >::pointer

Definition at line 80 of file Allocator.h.

§ reference

template<typename T >
typedef Super::reference casacore::std11_allocator< T >::reference

Definition at line 82 of file Allocator.h.

§ size_type

template<typename T >
typedef Super::size_type casacore::std11_allocator< T >::size_type

Definition at line 78 of file Allocator.h.

§ Super

template<typename T >
typedef std::allocator<T> casacore::std11_allocator< T >::Super

Definition at line 77 of file Allocator.h.

§ value_type

template<typename T >
typedef Super::value_type casacore::std11_allocator< T >::value_type

Definition at line 84 of file Allocator.h.

Member Function Documentation

§ construct() [1/2]

template<typename T >
void casacore::std11_allocator< T >::construct ( pointer  ptr)
inline

Definition at line 90 of file Allocator.h.

§ construct() [2/2]

template<typename T >
void casacore::std11_allocator< T >::construct ( pointer  ptr,
const_reference  val 
)
inline

Definition at line 93 of file Allocator.h.


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