Whole document tree
    

Whole document tree

Templatestd::_Vector_alloc_base< _Tp, _Allocator, true > class Reference
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 118 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 106 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 119 of file stl_vector.h.

References allocate().

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 121 of file stl_vector.h.

References deallocate().

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

Definition at line 109 of file stl_vector.h.

References std::_Vector_alloc_base< _Tp, _Allocator, _IsStatic >::_M_end_of_storage, std::_Vector_alloc_base< _Tp, _Allocator, _IsStatic >::_M_finish, and std::_Vector_alloc_base< _Tp, _Allocator, _IsStatic >::_M_start.

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

Definition at line 107 of file stl_vector.h.

References std::_Vector_alloc_base< _Tp, _Allocator, _IsStatic >::allocator_type.


Member Data Documentation

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

Definition at line 116 of file stl_vector.h.

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

Definition at line 115 of file stl_vector.h.

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

Definition at line 114 of file stl_vector.h.


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