ACE
6.4.2
|
Model of std::allocator that forwards requests to
#include <Malloc_Base.h>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
ACE_Allocator_Std_Adapter () | |
template<typename U > | |
ACE_Allocator_Std_Adapter (const ACE_Allocator_Std_Adapter< U > &) | |
Static Public Member Functions | |
static T * | allocate (std::size_t n) |
static void | deallocate (T *ptr, std::size_t) |
static void | construct (T *ptr, const T &value) |
static void | destroy (T *ptr) |
static size_type | max_size () |
Model of std::allocator that forwards requests to
typedef const T* ACE_Allocator_Std_Adapter< T >::const_pointer |
typedef const T& ACE_Allocator_Std_Adapter< T >::const_reference |
typedef std::ptrdiff_t ACE_Allocator_Std_Adapter< T >::difference_type |
typedef T* ACE_Allocator_Std_Adapter< T >::pointer |
typedef T& ACE_Allocator_Std_Adapter< T >::reference |
typedef std::size_t ACE_Allocator_Std_Adapter< T >::size_type |
typedef T ACE_Allocator_Std_Adapter< T >::value_type |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |