#include <stl_vector.h>
Public Types | |
typedef _Alloc_traits< _Tp, _Allocator >::allocator_type | allocator_type |
Public Methods | |
allocator_type | get_allocator () const |
_Vector_alloc_base (const allocator_type &) | |
Protected Types | |
typedef _Alloc_traits< _Tp, _Allocator >::_Alloc_type | _Alloc_type |
Protected Methods | |
_Tp * | _M_allocate (size_t __n) |
void | _M_deallocate (_Tp *__p, size_t __n) |
Protected Attributes | |
_Tp * | _M_start |
_Tp * | _M_finish |
_Tp * | _M_end_of_storage |
|
Definition at line 118 of file stl_vector.h. |
|
Definition at line 106 of file stl_vector.h. |
|
Definition at line 119 of file stl_vector.h. References allocate(). |
|
Definition at line 121 of file stl_vector.h. References deallocate(). |
|
|
Definition at line 107 of file stl_vector.h. References std::_Vector_alloc_base< _Tp, _Allocator, _IsStatic >::allocator_type. |
|
Definition at line 116 of file stl_vector.h. |
|
Definition at line 115 of file stl_vector.h. |
|
Definition at line 114 of file stl_vector.h. |