_Vector_base< _Tp, _Alloc > Class Template Reference#include <_vector.h>
Detailed Descriptiontemplate<class _Tp, class _Alloc>
|
typedef _Vector_base<_Tp, _Alloc> _Vector_base< _Tp, _Alloc >::_Self |
typedef _Alloc_traits<_Tp, _Alloc>::allocator_type _Vector_base< _Tp, _Alloc >::allocator_type |
typedef _Tp* _Vector_base< _Tp, _Alloc >::pointer |
typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _Vector_base< _Tp, _Alloc >::_AllocProxy |
_Vector_base< _Tp, _Alloc >::_Vector_base | ( | const _Alloc & | __a | ) | [inline] |
_Vector_base< _Tp, _Alloc >::_Vector_base | ( | size_t | __n, | |
const _Alloc & | __a | |||
) | [inline] |
Definition at line 69 of file _vector.h.
References _STLP_alloc_proxy< _Value, _Tp, _MaybeReboundAlloc >::_M_data, _Vector_base< _Tp, _Alloc >::_M_end_of_storage, _Vector_base< _Tp, _Alloc >::_M_finish, _Vector_base< _Tp, _Alloc >::_M_start, _STLP_MPWFIX_CATCH, _STLP_MPWFIX_TRY, and _STLP_alloc_proxy< _Value, _Tp, _MaybeReboundAlloc >::allocate().
_Vector_base< _Tp, _Alloc >::_Vector_base | ( | __move_source< _Self > | src | ) | [inline] |
_Vector_base< _Tp, _Alloc >::~_Vector_base | ( | ) | [inline] |
Definition at line 84 of file _vector.h.
References _STLP_alloc_proxy< _Value, _Tp, _MaybeReboundAlloc >::_M_data, _Vector_base< _Tp, _Alloc >::_M_end_of_storage, _Vector_base< _Tp, _Alloc >::_M_start, and _STLP_DEFAULT_CONSTRUCTED.
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE void _Vector_base< _Tp, _Alloc >::_M_throw_length_error | ( | ) | const [protected] |
void _Vector_base< _Tp, _Alloc >::_M_throw_out_of_range | ( | ) | const [protected] |
pointer _Vector_base< _Tp, _Alloc >::_M_start [protected] |
Definition at line 93 of file _vector.h.
Referenced by _Vector_base< _Tp, _Alloc >::_Vector_base(), and _Vector_base< _Tp, _Alloc >::~_Vector_base().
pointer _Vector_base< _Tp, _Alloc >::_M_finish [protected] |
_AllocProxy _Vector_base< _Tp, _Alloc >::_M_end_of_storage [protected] |
Definition at line 95 of file _vector.h.
Referenced by _Vector_base< _Tp, _Alloc >::_Vector_base(), and _Vector_base< _Tp, _Alloc >::~_Vector_base().