_Vector_base< _Tp, _Alloc > Class Template Reference

#include <_vector.h>

List of all members.

Public Types

typedef _Vector_base< _Tp,
_Alloc > 
_Self
typedef _Alloc_traits< _Tp,
_Alloc >::allocator_type 
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


Detailed Description

template<class _Tp, class _Alloc>
class _Vector_base< _Tp, _Alloc >

Definition at line 58 of file _vector.h.


Member Typedef Documentation

template<class _Tp, class _Alloc>
typedef _Vector_base<_Tp, _Alloc> _Vector_base< _Tp, _Alloc >::_Self

Definition at line 60 of file _vector.h.

template<class _Tp, class _Alloc>
typedef _Alloc_traits<_Tp, _Alloc>::allocator_type _Vector_base< _Tp, _Alloc >::allocator_type

Definition at line 62 of file _vector.h.

template<class _Tp, class _Alloc>
typedef _Tp* _Vector_base< _Tp, _Alloc >::pointer

Definition at line 63 of file _vector.h.

template<class _Tp, class _Alloc>
typedef _STLP_alloc_proxy<pointer, _Tp, allocator_type> _Vector_base< _Tp, _Alloc >::_AllocProxy

Definition at line 64 of file _vector.h.


Constructor & Destructor Documentation

template<class _Tp, class _Alloc>
_Vector_base< _Tp, _Alloc >::_Vector_base ( const _Alloc &  __a  )  [inline]

Definition at line 66 of file _vector.h.


Member Function Documentation

template<class _Tp, class _Alloc>
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE void _Vector_base< _Tp, _Alloc >::_M_throw_length_error (  )  const [protected]

Definition at line 40 of file _vector.c.

References __stl_throw_length_error().

template<class _Tp, class _Alloc>
void _Vector_base< _Tp, _Alloc >::_M_throw_out_of_range (  )  const [protected]

Definition at line 45 of file _vector.c.

References __stl_throw_out_of_range().


Member Data Documentation

template<class _Tp, class _Alloc>
pointer _Vector_base< _Tp, _Alloc >::_M_start [protected]

template<class _Tp, class _Alloc>
pointer _Vector_base< _Tp, _Alloc >::_M_finish [protected]

Definition at line 94 of file _vector.h.

Referenced by _Vector_base< _Tp, _Alloc >::_Vector_base().

template<class _Tp, class _Alloc>
_AllocProxy _Vector_base< _Tp, _Alloc >::_M_end_of_storage [protected]


The documentation for this class was generated from the following files:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_vector.h
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_vector.c



Generated on Mon Mar 10 15:32:56 2008 by  doxygen 1.5.1