#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 638 of file stl_alloc.h. Referenced by std::__allocator< _Tp, _Alloc >::address(). |
|
Definition at line 640 of file stl_alloc.h. Referenced by std::__allocator< _Tp, _Alloc >::address(). |
|
Definition at line 636 of file stl_alloc.h. |
|
Definition at line 637 of file stl_alloc.h. Referenced by std::__allocator< _Tp, _Alloc >::address(), std::__allocator< _Tp, _Alloc >::construct(), std::__allocator< _Tp, _Alloc >::deallocate(), and std::__allocator< _Tp, _Alloc >::destroy(). |
|
Definition at line 639 of file stl_alloc.h. Referenced by std::__allocator< _Tp, _Alloc >::address(). |
|
Definition at line 635 of file stl_alloc.h. Referenced by std::__allocator< _Tp, _Alloc >::allocate(), std::__allocator< _Tp, _Alloc >::deallocate(), and std::__allocator< _Tp, _Alloc >::max_size(). |
|
Definition at line 641 of file stl_alloc.h. |
|
Definition at line 647 of file stl_alloc.h. |
|
Definition at line 648 of file stl_alloc.h. |
|
Definition at line 651 of file stl_alloc.h. |
|
Definition at line 653 of file stl_alloc.h. |
|
Definition at line 656 of file stl_alloc.h. References std::__allocator< _Tp, _Alloc >::const_pointer, and std::__allocator< _Tp, _Alloc >::const_reference. |
|
Definition at line 655 of file stl_alloc.h. References std::__allocator< _Tp, _Alloc >::pointer, and std::__allocator< _Tp, _Alloc >::reference. |
|
Definition at line 659 of file stl_alloc.h. References std::__allocator< _Tp, _Alloc >::__underlying_alloc, and std::__allocator< _Tp, _Alloc >::size_type. |
|
Definition at line 672 of file stl_alloc.h. References std::__allocator< _Tp, _Alloc >::pointer. |
|
Definition at line 666 of file stl_alloc.h. References std::__allocator< _Tp, _Alloc >::__underlying_alloc, std::__allocator< _Tp, _Alloc >::pointer, and std::__allocator< _Tp, _Alloc >::size_type. |
|
Definition at line 673 of file stl_alloc.h. References std::__allocator< _Tp, _Alloc >::pointer. |
|
Definition at line 669 of file stl_alloc.h. References std::__allocator< _Tp, _Alloc >::size_type. |
|
Definition at line 633 of file stl_alloc.h. Referenced by std::__allocator< _Tp, _Alloc >::allocate(), std::__allocator< _Tp, _Alloc >::deallocate(), std::operator!=(), and std::operator==(). |