|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_vector.h>

Public Types | |
| typedef _Vector_base< _Tp, _Alloc > | _Self |
| typedef _Alloc | allocator_type |
| typedef _Tp * | pointer |
| typedef _STLP_alloc_proxy< pointer, _Tp, allocator_type > | _AllocProxy |
Public Member Functions | |
| _Vector_base (const _Alloc &__a) | |
| _Vector_base (size_t __n, const _Alloc &__a) | |
| _Vector_base (__move_source< _Self > src) | |
| ~_Vector_base () | |
Protected Member Functions | |
| void _STLP_FUNCTION_THROWS | _M_throw_length_error () const |
| void _STLP_FUNCTION_THROWS | _M_throw_out_of_range () const |
Protected Attributes | |
| pointer | _M_start |
| pointer | _M_finish |
| _AllocProxy | _M_end_of_storage |
| typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _Vector_base< _Tp, _Alloc >::_AllocProxy |
| typedef _Vector_base<_Tp, _Alloc> _Vector_base< _Tp, _Alloc >::_Self |
|
inline |
|
inline |
Definition at line 69 of file _vector.h.
|
inline |
|
inline |
|
protected |
Definition at line 40 of file _vector.c.
|
protected |
Definition at line 44 of file _vector.c.
|
protected |
Definition at line 97 of file _vector.h.
Referenced by _Vector_base< _Tp, _Alloc >::_Vector_base(), and _Vector_base< _Tp, _Alloc >::~_Vector_base().
Definition at line 96 of file _vector.h.
Referenced by _Vector_base< _Tp, _Alloc >::_Vector_base().
Definition at line 95 of file _vector.h.
Referenced by _Vector_base< _Tp, _Alloc >::_Vector_base(), and _Vector_base< _Tp, _Alloc >::~_Vector_base().