DelegateMQ
|
#include <stl_allocator.h>
Classes | |
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 | |
stl_allocator () | |
template<class U > | |
stl_allocator (const stl_allocator< U > &) | |
pointer | allocate (size_type n, typename std::allocator_traits< stl_allocator< void > >::const_pointer hint=0) |
void | deallocate (pointer p, size_type n) |
const T* stl_allocator< T >::const_pointer |
const T& stl_allocator< T >::const_reference |
ptrdiff_t stl_allocator< T >::difference_type |
T* stl_allocator< T >::pointer |
T& stl_allocator< T >::reference |
size_t stl_allocator< T >::size_type |
T stl_allocator< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |