#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 &) __STL_NOTHROW | |
template<class _Tp1> | allocator (const allocator< _Tp1 > &) __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) |
Private Types | |
typedef alloc | _Alloc |
|
Definition at line 528 of file stl_alloc.h. |
|
Definition at line 533 of file stl_alloc.h. |
|
Definition at line 535 of file stl_alloc.h. |
|
Definition at line 531 of file stl_alloc.h. |
|
Definition at line 532 of file stl_alloc.h. |
|
Definition at line 534 of file stl_alloc.h. |
|
Definition at line 530 of file stl_alloc.h. |
|
Definition at line 536 of file stl_alloc.h. |
|
Definition at line 542 of file stl_alloc.h. |
|
Definition at line 543 of file stl_alloc.h. |
|
Definition at line 544 of file stl_alloc.h. |
|
Definition at line 545 of file stl_alloc.h. |
|
Definition at line 548 of file stl_alloc.h. |
|
Definition at line 547 of file stl_alloc.h. |
|
Definition at line 552 of file stl_alloc.h. |
|
Definition at line 564 of file stl_alloc.h. |
|
Definition at line 558 of file stl_alloc.h. |
|
Definition at line 565 of file stl_alloc.h. |
|
Definition at line 561 of file stl_alloc.h. |