cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Public Types | Public Member Functions
allocator_avx< T > Class Template Reference

#include <vectorize.h>

Inheritance diagram for allocator_avx< T >:
Inheritance graph
[legend]
Collaboration diagram for allocator_avx< T >:
Collaboration graph
[legend]

Data Structures

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
 

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

Detailed Description

template<class T>
class allocator_avx< T >

Definition at line 245 of file vectorize.h.

Member Typedef Documentation

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

Definition at line 272 of file vectorize.h.

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

Definition at line 274 of file vectorize.h.

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

Definition at line 270 of file vectorize.h.

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

Definition at line 271 of file vectorize.h.

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

Definition at line 273 of file vectorize.h.

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

Definition at line 269 of file vectorize.h.

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

Definition at line 275 of file vectorize.h.

Constructor & Destructor Documentation

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

Definition at line 287 of file vectorize.h.

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

Definition at line 289 of file vectorize.h.

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

Definition at line 292 of file vectorize.h.

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

Definition at line 294 of file vectorize.h.

Member Function Documentation

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

Definition at line 296 of file vectorize.h.

References CD_ALIGN.

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

Definition at line 304 of file vectorize.h.


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