ReactOS 0.4.16-dev-197-g92996da
|
Classes | |
struct | rebind |
Public Member Functions | |
NotSTLportAllocator () NOTHROW | |
template<class _Tp1 > | |
NotSTLportAllocator (const NotSTLportAllocator< _Tp1 > &) NOTHROW | |
NotSTLportAllocator (const NotSTLportAllocator< _Tp > &) NOTHROW | |
~NotSTLportAllocator () NOTHROW | |
Public Member Functions inherited from allocator< _Tp > | |
allocator () _STLP_NOTHROW | |
allocator (const allocator< _Tp > &) _STLP_NOTHROW | |
allocator (__move_source< allocator< _Tp > > src) _STLP_NOTHROW | |
~allocator () _STLP_NOTHROW | |
pointer | address (reference __x) const |
const_pointer | address (const_reference __x) const |
_Tp * | allocate (size_type __n, const void *=0) |
void | deallocate (pointer __p, size_type __n) |
void | deallocate (pointer __p) const |
size_type | max_size () const _STLP_NOTHROW |
void | construct (pointer __p, const_reference __val) |
void | destroy (pointer __p) |
_Tp * | _M_allocate (size_type __n, size_type &__allocated_n) |
Additional Inherited Members | |
Public Types inherited from allocator< _Tp > | |
typedef _Tp | value_type |
typedef _Tp * | pointer |
typedef const _Tp * | const_pointer |
typedef _Tp & | reference |
typedef const _Tp & | const_reference |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
Public Types inherited from __stlport_class< allocator< _Tp > > | |
typedef allocator< _Tp > | _Type |
Definition at line 510 of file vector_test.cpp.
|
inline |
Definition at line 516 of file vector_test.cpp.
|
inline |
Definition at line 518 of file vector_test.cpp.
|
inline |
Definition at line 520 of file vector_test.cpp.
|
inline |
Definition at line 521 of file vector_test.cpp.