MBDyn-1.7.3
|
#include <gradient.h>
Classes | |
struct | rebind |
Public Types | |
typedef std::allocator< T > ::pointer | pointer |
typedef std::allocator< T > ::size_type | size_type |
typedef std::allocator< T > ::difference_type | difference_type |
typedef std::allocator< T > ::const_pointer | const_pointer |
typedef std::allocator< T > ::reference | reference |
typedef std::allocator< T > ::const_reference | const_reference |
typedef std::allocator< T > ::value_type | value_type |
Public Member Functions | |
GradientAllocator () throw () | |
GradientAllocator (const GradientAllocator &a) throw () | |
template<typename U > | |
GradientAllocator (const GradientAllocator< U > &a) throw () | |
pointer | allocate (size_type n, const void *p=0) |
void | deallocate (pointer p, size_type n) |
Static Public Member Functions | |
static T * | allocate_aligned (size_type alignment, size_t n, size_type extra_bytes=0u) |
static void | deallocate_aligned (pointer p, size_type n) |
Definition at line 148 of file gradient.h.
typedef std::allocator<T>::const_pointer grad::GradientAllocator< T >::const_pointer |
Definition at line 154 of file gradient.h.
typedef std::allocator<T>::const_reference grad::GradientAllocator< T >::const_reference |
Definition at line 156 of file gradient.h.
typedef std::allocator<T>::difference_type grad::GradientAllocator< T >::difference_type |
Definition at line 153 of file gradient.h.
typedef std::allocator<T>::pointer grad::GradientAllocator< T >::pointer |
Definition at line 150 of file gradient.h.
typedef std::allocator<T>::reference grad::GradientAllocator< T >::reference |
Definition at line 155 of file gradient.h.
typedef std::allocator<T>::size_type grad::GradientAllocator< T >::size_type |
Definition at line 151 of file gradient.h.
typedef std::allocator<T>::value_type grad::GradientAllocator< T >::value_type |
Definition at line 157 of file gradient.h.
|
inline |
Definition at line 164 of file gradient.h.
|
inline |
Definition at line 166 of file gradient.h.
|
inline |
Definition at line 171 of file gradient.h.
|
inline |
Definition at line 176 of file gradient.h.
|
inlinestatic |
Definition at line 198 of file gradient.h.
References GRADIENT_ASSERT.
Referenced by grad::RangeVector< T, 0 >::ReserveMem().
|
inline |
Definition at line 190 of file gradient.h.
|
inlinestatic |
Definition at line 239 of file gradient.h.
Referenced by grad::RangeVector< T, 0 >::FreeMem().