|
cloudy
trunk
|
#include <vectorize.h>


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 () |
Definition at line 245 of file vectorize.h.
| typedef const T* allocator_avx< T >::const_pointer |
Definition at line 272 of file vectorize.h.
| typedef const T& allocator_avx< T >::const_reference |
Definition at line 274 of file vectorize.h.
| typedef ptrdiff_t allocator_avx< T >::difference_type |
Definition at line 270 of file vectorize.h.
| typedef T* allocator_avx< T >::pointer |
Definition at line 271 of file vectorize.h.
| typedef T& allocator_avx< T >::reference |
Definition at line 273 of file vectorize.h.
| typedef size_t allocator_avx< T >::size_type |
Definition at line 269 of file vectorize.h.
| typedef T allocator_avx< T >::value_type |
Definition at line 275 of file vectorize.h.
|
inline | |||||||||||||
Definition at line 287 of file vectorize.h.
|
inline | ||||||||||||||
Definition at line 289 of file vectorize.h.
|
inline | ||||||||||||||
Definition at line 292 of file vectorize.h.
|
inline | |||||||||||||
Definition at line 294 of file vectorize.h.
|
inline |
Definition at line 296 of file vectorize.h.
References CD_ALIGN.
|
inline | ||||||||||||||||||||
Definition at line 304 of file vectorize.h.
1.8.5