_Vector_base Class Reference
#include
<stdapis/stlportv5/stl/_vector.h>
Member Type Definition Documentation
Typedef _AllocProxy
Typedef _Self
Typedef pointer
Member Attribute Documentation
_M_end_of_storage
_M_finish
_M_start
allocator_type
_Alloc::allocator_type | allocator_type |
Constructor & Destructor Documentation
_Vector_base ( const _Alloc & )
_Vector_base | ( | const _Alloc & | __a | ) | [inline] |
_Vector_base ( size_t, const _Alloc & )
_Vector_base | ( | size_t | __n, |
| const _Alloc & | __a |
| ) | [inline] |
_Vector_base ( __move_source< _Self > )
~_Vector_base ( )
Member Function Documentation
_M_throw_length_error ( )
void _STLP_FUNCTION_THROWS | _M_throw_length_error | ( | ) | const [protected] |
_M_throw_out_of_range ( )
void _STLP_FUNCTION_THROWS | _M_throw_out_of_range | ( | ) | const [protected] |
_STLP_FORCE_ALLOCATORS ( _Tp, _Alloc )
_STLP_FORCE_ALLOCATORS | ( | _Tp | , |
| _Alloc | |
| ) | |