#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 89 of file stl_vector.h. |
|
Definition at line 77 of file stl_vector.h. |
|
Definition at line 90 of file stl_vector.h. |
|
Definition at line 92 of file stl_vector.h. |
|
Definition at line 80 of file stl_vector.h. |
|
Definition at line 78 of file stl_vector.h. |
|
Definition at line 87 of file stl_vector.h. |
|
Definition at line 86 of file stl_vector.h. |
|
Definition at line 85 of file stl_vector.h. |