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

#include <vectorize.h>

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

Classes

struct  rebind
 

Public Types

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

Public Member Functions

 allocator_avx () throw ()
 
 allocator_avx (const allocator_avx &a) throw ()
 
 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 [1/2]

typedef const void* allocator_avx< void >::const_pointer

◆ const_pointer [2/2]

typedef const void* allocator_avx< void >::const_pointer

◆ const_reference

typedef const void& allocator_avx< void >::const_reference

◆ difference_type [1/2]

typedef ptrdiff_t allocator_avx< void >::difference_type

◆ difference_type [2/2]

typedef ptrdiff_t allocator_avx< void >::difference_type

◆ pointer [1/2]

typedef void* allocator_avx< void >::pointer

◆ pointer [2/2]

typedef void* allocator_avx< void >::pointer

◆ propagate_on_container_move_assignment [1/2]

typedef true_type allocator_avx< void >::propagate_on_container_move_assignment

◆ propagate_on_container_move_assignment [2/2]

typedef true_type allocator_avx< void >::propagate_on_container_move_assignment

◆ reference

typedef void& allocator_avx< void >::reference

◆ size_type [1/2]

typedef size_t allocator_avx< void >::size_type

◆ size_type [2/2]

typedef size_t allocator_avx< void >::size_type

◆ value_type [1/2]

typedef void allocator_avx< void >::value_type

◆ value_type [2/2]

typedef void allocator_avx< void >::value_type

Constructor & Destructor Documentation

◆ allocator_avx() [1/3]

allocator_avx< void >::allocator_avx ( )
throw ( )
inline

◆ allocator_avx() [2/3]

allocator_avx< void >::allocator_avx ( const allocator_avx< void > & a)
throw ( )
inline

◆ allocator_avx() [3/3]

allocator_avx< void >::allocator_avx ( const allocator_avx< U > & )
throw ( )
inline

◆ ~allocator_avx()

allocator_avx< void >::~allocator_avx ( )
throw ( )
inline

Member Function Documentation

◆ allocate()

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

◆ deallocate()

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

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