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

std::_Vector_alloc_base< _Tp, _Allocator, true > Class Template Reference

#include <stl_vector.h>

List of all members.

Public Types

typedef _Alloc_traits<_Tp,
_Allocator>::allocator_type 
allocator_type

Public Methods

allocator_type get_allocator () const
 _Vector_alloc_base (const allocator_type &)

Protected Types

typedef _Alloc_traits<_Tp,
_Allocator>::_Alloc_type 
_Alloc_type

Protected Methods

_Tp* _M_allocate (size_t __n)
void _M_deallocate (_Tp *__p, size_t __n)

Protected Attributes

_Tp* _M_start
_Tp* _M_finish
_Tp* _M_end_of_storage

template<class _Tp, class _Allocator> class std::_Vector_alloc_base< _Tp, _Allocator, true >


Member Typedef Documentation

template<class _Tp, class _Allocator>
typedef _Alloc_traits<_Tp, _Allocator>::_Alloc_type std::_Vector_alloc_base< _Tp, _Allocator, true >::_Alloc_type [protected]
 

Definition at line 89 of file stl_vector.h.

template<class _Tp, class _Allocator>
typedef _Alloc_traits<_Tp, _Allocator>::allocator_type std::_Vector_alloc_base< _Tp, _Allocator, true >::allocator_type
 

Definition at line 77 of file stl_vector.h.


Member Function Documentation

template<class _Tp, class _Allocator>
_Tp * std::_Vector_alloc_base< _Tp, _Allocator, true >::_M_allocate ( size_t __n ) [inline, protected]
 

Definition at line 90 of file stl_vector.h.

template<class _Tp, class _Allocator>
void std::_Vector_alloc_base< _Tp, _Allocator, true >::_M_deallocate ( _Tp * __p,
size_t __n ) [inline, protected]
 

Definition at line 92 of file stl_vector.h.

template<class _Tp, class _Allocator>
std::_Vector_alloc_base< _Tp, _Allocator, true >::_Vector_alloc_base< _Tp, _Allocator, true > ( const allocator_type & ) [inline]
 

Definition at line 80 of file stl_vector.h.

template<class _Tp, class _Allocator>
allocator_type std::_Vector_alloc_base< _Tp, _Allocator, true >::get_allocator ( ) const [inline]
 

Definition at line 78 of file stl_vector.h.


Member Data Documentation

template<class _Tp, class _Allocator>
_Tp* std::_Vector_alloc_base< _Tp, _Allocator, true >::_M_end_of_storage [protected]
 

Definition at line 87 of file stl_vector.h.

template<class _Tp, class _Allocator>
_Tp* std::_Vector_alloc_base< _Tp, _Allocator, true >::_M_finish [protected]
 

Definition at line 86 of file stl_vector.h.

template<class _Tp, class _Allocator>
_Tp* std::_Vector_alloc_base< _Tp, _Allocator, true >::_M_start [protected]
 

Definition at line 85 of file stl_vector.h.


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