STL compatible allocator to use with with 16 byte aligned types. More...
#include <Memory.h>
Classes | |
struct | rebind |
Public Types | |
typedef const T * | const_pointer |
typedef const T & | const_reference |
typedef std::ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
typedef size_t | size_type |
typedef T | value_type |
Public Member Functions | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
aligned_allocator () | |
aligned_allocator (const aligned_allocator &) | |
template<class U > | |
aligned_allocator (const aligned_allocator< U > &) | |
pointer | allocate (size_type num, const void *hint=0) |
void | construct (pointer p, const T &value) |
void | deallocate (pointer p, size_type) |
void | destroy (pointer p) |
size_type | max_size () const |
bool | operator!= (const aligned_allocator< T > &) const |
bool | operator== (const aligned_allocator< T > &) const |
~aligned_allocator () | |
STL compatible allocator to use with with 16 byte aligned types.
Example:
Definition at line 671 of file Core/util/Memory.h.
typedef const T* Eigen::aligned_allocator< T >::const_pointer |
Definition at line 677 of file Core/util/Memory.h.
typedef const T& Eigen::aligned_allocator< T >::const_reference |
Definition at line 679 of file Core/util/Memory.h.
typedef std::ptrdiff_t Eigen::aligned_allocator< T >::difference_type |
Definition at line 675 of file Core/util/Memory.h.
typedef T* Eigen::aligned_allocator< T >::pointer |
Definition at line 676 of file Core/util/Memory.h.
typedef T& Eigen::aligned_allocator< T >::reference |
Definition at line 678 of file Core/util/Memory.h.
typedef size_t Eigen::aligned_allocator< T >::size_type |
Definition at line 674 of file Core/util/Memory.h.
typedef T Eigen::aligned_allocator< T >::value_type |
Definition at line 680 of file Core/util/Memory.h.
|
inline |
Definition at line 698 of file Core/util/Memory.h.
|
inline |
Definition at line 702 of file Core/util/Memory.h.
|
inline |
Definition at line 707 of file Core/util/Memory.h.
|
inline |
Definition at line 711 of file Core/util/Memory.h.
|
inline |
Definition at line 688 of file Core/util/Memory.h.
|
inline |
Definition at line 693 of file Core/util/Memory.h.
|
inline |
Definition at line 720 of file Core/util/Memory.h.
|
inline |
Definition at line 727 of file Core/util/Memory.h.
|
inline |
Definition at line 746 of file Core/util/Memory.h.
|
inline |
Definition at line 741 of file Core/util/Memory.h.
|
inline |
Definition at line 715 of file Core/util/Memory.h.
|
inline |
Definition at line 751 of file Core/util/Memory.h.
|
inline |
Definition at line 754 of file Core/util/Memory.h.