_Vector_base Class Reference
#include
<stdapis/stlportv5/stl/_vector.h>
Member Type Definition Documentation
Member Attribute Documentation
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 > )
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 | |
| | ) | |