Whole document tree
    

Whole document tree

Templatestd::_Vector_base struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Vector_base< _Tp, _Alloc > Struct Template Reference

#include <stl_vector.h>

Inheritance diagram for std::_Vector_base:

Inheritance graph
[legend]
Collaboration diagram for std::_Vector_base< _Tp, _Alloc >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Vector_alloc_base<
_Tp, _Alloc, _Alloc_traits<
_Tp, _Alloc >::_S_instanceless > 
_Base
typedef _Base::allocator_type allocator_type

Public Methods

 _Vector_base (const allocator_type &__a)
 _Vector_base (size_t __n, const allocator_type &__a)
 ~_Vector_base ()

template<class _Tp, class _Alloc>
struct std::_Vector_base< _Tp, _Alloc >


Member Typedef Documentation

template<class _Tp, class _Alloc>
typedef _Vector_alloc_base<_Tp, _Alloc, _Alloc_traits<_Tp, _Alloc>::_S_instanceless> std::_Vector_base< _Tp, _Alloc >::_Base
 

Reimplemented in std::vector< _Tp, _Alloc >, and std::vector< _Node *, _Alloc >.

Definition at line 132 of file stl_vector.h.

Referenced by std::_Vector_base< _Node *, _Alloc >::_Vector_base().

template<class _Tp, class _Alloc>
typedef _Base::allocator_type std::_Vector_base< _Tp, _Alloc >::allocator_type
 

Reimplemented from std::_Vector_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >.

Reimplemented in std::vector< _Tp, _Alloc >, and std::vector< _Node *, _Alloc >.

Definition at line 133 of file stl_vector.h.

Referenced by std::_Vector_base< _Node *, _Alloc >::_Vector_base().


Constructor & Destructor Documentation

template<class _Tp, class _Alloc>
std::_Vector_base< _Tp, _Alloc >::_Vector_base const allocator_type   __a [inline]
 

Definition at line 135 of file stl_vector.h.

template<class _Tp, class _Alloc>
std::_Vector_base< _Tp, _Alloc >::_Vector_base size_t    __n,
const allocator_type   __a
[inline]
 

Definition at line 136 of file stl_vector.h.

template<class _Tp, class _Alloc>
std::_Vector_base< _Tp, _Alloc >::~_Vector_base   [inline]
 

Definition at line 142 of file stl_vector.h.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 8 03:17:58 2002 for libstdc++-v3 Source by doxygen1.2.15