Classes | Public Types | Public Member Functions | Public Attributes | List of all members
fcl::aligned_allocator_cpp11< T > Class Template Reference

Aligned allocator that is compatible with c++11. More...

#include <types.h>

Inheritance diagram for fcl::aligned_allocator_cpp11< T >:
Inheritance graph
[legend]

Classes

struct  rebind
 

Public Types

typedef std::ptrdiff_t difference_type
 
typedef T * pointer
 
typedef T & reference
 
typedef std::size_t size_type
 
typedef T value_type
 

Public Member Functions

 aligned_allocator_cpp11 ()
 
 aligned_allocator_cpp11 (const aligned_allocator_cpp11 &other)
 
template<class U >
 aligned_allocator_cpp11 (const aligned_allocator_cpp11< U > &other)
 
pointer allocate (size_type num, const void *=0)
 
void deallocate (pointer p, size_type)
 
 ~aligned_allocator_cpp11 ()
 

Public Attributes

const typedef T * const_pointer
 
const typedef T & const_reference
 

Detailed Description

template<class T>
class fcl::aligned_allocator_cpp11< T >

Aligned allocator that is compatible with c++11.

Definition at line 145 of file types.h.

Member Typedef Documentation

◆ difference_type

template<class T >
typedef std::ptrdiff_t fcl::aligned_allocator_cpp11< T >::difference_type

Definition at line 149 of file types.h.

◆ pointer

template<class T >
typedef T* fcl::aligned_allocator_cpp11< T >::pointer

Definition at line 150 of file types.h.

◆ reference

template<class T >
typedef T& fcl::aligned_allocator_cpp11< T >::reference

Definition at line 152 of file types.h.

◆ size_type

template<class T >
typedef std::size_t fcl::aligned_allocator_cpp11< T >::size_type

Definition at line 148 of file types.h.

◆ value_type

template<class T >
typedef T fcl::aligned_allocator_cpp11< T >::value_type

Definition at line 154 of file types.h.

Constructor & Destructor Documentation

◆ aligned_allocator_cpp11() [1/3]

template<class T >
fcl::aligned_allocator_cpp11< T >::aligned_allocator_cpp11 ( )
inline

Definition at line 162 of file types.h.

◆ aligned_allocator_cpp11() [2/3]

template<class T >
fcl::aligned_allocator_cpp11< T >::aligned_allocator_cpp11 ( const aligned_allocator_cpp11< T > &  other)
inline

Definition at line 165 of file types.h.

◆ aligned_allocator_cpp11() [3/3]

template<class T >
template<class U >
fcl::aligned_allocator_cpp11< T >::aligned_allocator_cpp11 ( const aligned_allocator_cpp11< U > &  other)
inline

Definition at line 169 of file types.h.

◆ ~aligned_allocator_cpp11()

template<class T >
fcl::aligned_allocator_cpp11< T >::~aligned_allocator_cpp11 ( )
inline

Definition at line 172 of file types.h.

Member Function Documentation

◆ allocate()

template<class T >
pointer fcl::aligned_allocator_cpp11< T >::allocate ( size_type  num,
const void *  = 0 
)
inline

Definition at line 174 of file types.h.

◆ deallocate()

template<class T >
void fcl::aligned_allocator_cpp11< T >::deallocate ( pointer  p,
size_type   
)
inline

Definition at line 180 of file types.h.

Member Data Documentation

◆ const_pointer

template<class T >
const typedef T* fcl::aligned_allocator_cpp11< T >::const_pointer

Definition at line 151 of file types.h.

◆ const_reference

template<class T >
const typedef T& fcl::aligned_allocator_cpp11< T >::const_reference

Definition at line 153 of file types.h.


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


fcl
Author(s):
autogenerated on Tue Dec 5 2023 03:40:50