Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Vector_base Struct Template Reference

#include <stl_vector.h>

Inheritance diagram for std::_Vector_base:

Inheritance graph
[legend]
Collaboration diagram for std::_Vector_base:

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


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.

Definition at line 103 of file stl_vector.h.

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

Reimplemented from std::_Vector_alloc_base.

Reimplemented in std::vector.

Definition at line 104 of file stl_vector.h.


Constructor & Destructor Documentation

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

Definition at line 106 of file stl_vector.h.

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

Definition at line 107 of file stl_vector.h.

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

Definition at line 113 of file stl_vector.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:04 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001