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

std::_Bvector_base Class Template Reference

#include <stl_bvector.h>

Inheritance diagram for std::_Bvector_base:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Base::allocator_type allocator_type

Public Methods

 _Bvector_base (const allocator_type &__a)
 ~_Bvector_base ()

Private Types

typedef _Bvector_alloc_base<
_Alloc, _Alloc_traits<bool,
_Alloc>::_S_instanceless> 
_Base

template<class _Alloc> class std::_Bvector_base


Member Typedef Documentation

template<class _Alloc>
typedef _Bvector_alloc_base<_Alloc, _Alloc_traits<bool, _Alloc>::_S_instanceless> std::_Bvector_base<_Alloc>::_Base [private]
 

Definition at line 306 of file stl_bvector.h.

template<class _Alloc>
typedef _Base::allocator_type std::_Bvector_base<_Alloc>::allocator_type
 

Reimplemented from std::_Bvector_alloc_base.

Reimplemented in std::vector< bool, _Alloc >.

Definition at line 308 of file stl_bvector.h.


Constructor & Destructor Documentation

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

Definition at line 310 of file stl_bvector.h.

template<class _Alloc>
std::_Bvector_base<_Alloc>::~_Bvector_base<_Alloc> ( ) [inline]
 

Definition at line 311 of file stl_bvector.h.


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