ReactOS 0.4.16-dev-13-ge2fc578
|
#include <Prefix.h>
Public Types | |
typedef _Tp | value_type |
typedef value_type * | pointer |
typedef const _Tp * | const_pointer |
typedef _Tp & | reference |
typedef const _Tp & | const_reference |
typedef EH_CSTD::size_t | size_type |
typedef EH_CSTD::ptrdiff_t | difference_type |
Public Member Functions | |
EH_allocator () _STLP_NOTHROW | |
EH_allocator (const EH_allocator< _Tp > &) _STLP_NOTHROW | |
~EH_allocator () _STLP_NOTHROW | |
pointer | address (reference __x) |
const_pointer | address (const_reference __x) const |
_Tp * | allocate (size_type __n, const void *=0) const |
void | deallocate (pointer __p, size_type __n) const |
void | deallocate (pointer __p) const |
size_type | max_size () const _STLP_NOTHROW |
void | construct (pointer __p, const _Tp &__val) const |
void | destroy (pointer __p) const |
typedef const _Tp* EH_allocator< _Tp >::const_pointer |
typedef const _Tp& EH_allocator< _Tp >::const_reference |
typedef EH_CSTD::ptrdiff_t EH_allocator< _Tp >::difference_type |
typedef value_type* EH_allocator< _Tp >::pointer |
typedef _Tp& EH_allocator< _Tp >::reference |
typedef EH_CSTD::size_t EH_allocator< _Tp >::size_type |
typedef _Tp EH_allocator< _Tp >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 145 of file Prefix.h.
|
inline |
|
inline |
|
inline |
Definition at line 149 of file Prefix.h.
|
inline |
|
inline |