#include <stl_alloc.h>
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef _Tp* | pointer |
typedef const _Tp* | const_pointer |
typedef _Tp& | reference |
typedef const _Tp& | const_reference |
typedef _Tp | value_type |
Public Methods | |
__allocator () __STL_NOTHROW | |
__allocator (const __allocator &__a) __STL_NOTHROW | |
template<class _Tp1> | __allocator (const __allocator< _Tp1, _Alloc > &__a) __STL_NOTHROW |
~__allocator () __STL_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) |
size_type | max_size () const __STL_NOTHROW |
void | construct (pointer __p, const _Tp &__val) |
void | destroy (pointer __p) |
Public Attributes | |
_Alloc | __underlying_alloc |
|
Definition at line 609 of file stl_alloc.h. |
|
Definition at line 611 of file stl_alloc.h. |
|
Definition at line 607 of file stl_alloc.h. |
|
Definition at line 608 of file stl_alloc.h. |
|
Definition at line 610 of file stl_alloc.h. |
|
Definition at line 606 of file stl_alloc.h. |
|
Definition at line 612 of file stl_alloc.h. |
|
Definition at line 618 of file stl_alloc.h. |
|
Definition at line 619 of file stl_alloc.h. |
|
Definition at line 622 of file stl_alloc.h. |
|
Definition at line 624 of file stl_alloc.h. |
|
Definition at line 627 of file stl_alloc.h. |
|
Definition at line 626 of file stl_alloc.h. |
|
Definition at line 630 of file stl_alloc.h. |
|
Definition at line 643 of file stl_alloc.h. |
|
Definition at line 637 of file stl_alloc.h. |
|
Definition at line 644 of file stl_alloc.h. |
|
Definition at line 640 of file stl_alloc.h. |
|
Definition at line 604 of file stl_alloc.h. |