#include <stl_vector.h>
Inheritance diagram for std::_Vector_base:
Public Types | |
typedef _Vector_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc>::_S_instanceless> | _Base |
typedef _Base::allocator_type | allocator_type |
Public Methods | |
_Vector_base (const allocator_type &__a) | |
_Vector_base (size_t __n, const allocator_type &__a) | |
~_Vector_base () |
|
Reimplemented in std::vector. Definition at line 103 of file stl_vector.h. |
|
Reimplemented from std::_Vector_alloc_base. Reimplemented in std::vector. Definition at line 104 of file stl_vector.h. |
|
Definition at line 106 of file stl_vector.h. |
|
Definition at line 107 of file stl_vector.h. |
|
Definition at line 113 of file stl_vector.h. |