Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
allocator_avx< T > Class Template Reference

#include <vectorize.h>

Inheritance diagram for allocator_avx< T >:
Collaboration diagram for allocator_avx< T >:

Classes

struct  rebind
 

Public Types

typedef size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef T * pointer
 
typedef const T * const_pointer
 
typedef T & reference
 
typedef const T & const_reference
 
typedef T value_type
 
typedef true_type propagate_on_container_move_assignment
 

Public Member Functions

 allocator_avx () throw ()
 
 allocator_avx (const allocator_avx &a) throw ()
 
template<class U>
 allocator_avx (const allocator_avx< U > &) throw ()
 
 ~allocator_avx () throw ()
 
pointer allocate (size_type n, typename allocator_avx< void >::const_pointer=NULL)
 
void deallocate (pointer p, size_type) throw ()
 

Member Typedef Documentation

◆ const_pointer

template<class T>
typedef const T* allocator_avx< T >::const_pointer

◆ const_reference

template<class T>
typedef const T& allocator_avx< T >::const_reference

◆ difference_type

template<class T>
typedef ptrdiff_t allocator_avx< T >::difference_type

◆ pointer

template<class T>
typedef T* allocator_avx< T >::pointer

◆ propagate_on_container_move_assignment

template<class T>
typedef true_type allocator_avx< T >::propagate_on_container_move_assignment

◆ reference

template<class T>
typedef T& allocator_avx< T >::reference

◆ size_type

template<class T>
typedef size_t allocator_avx< T >::size_type

◆ value_type

template<class T>
typedef T allocator_avx< T >::value_type

Constructor & Destructor Documentation

◆ allocator_avx() [1/3]

template<class T>
allocator_avx< T >::allocator_avx ( )
throw ( )
inline

◆ allocator_avx() [2/3]

template<class T>
allocator_avx< T >::allocator_avx ( const allocator_avx< T > & a)
throw ( )
inline

◆ allocator_avx() [3/3]

template<class T>
template<class U>
allocator_avx< T >::allocator_avx ( const allocator_avx< U > & )
throw ( )
inline

◆ ~allocator_avx()

template<class T>
allocator_avx< T >::~allocator_avx ( )
throw ( )
inline

Member Function Documentation

◆ allocate()

template<class T>
pointer allocator_avx< T >::allocate ( size_type n,
typename allocator_avx< void >::const_pointer = NULL )
inline

◆ deallocate()

template<class T>
void allocator_avx< T >::deallocate ( pointer p,
size_type  )
throw ( )
inline

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