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

std::_Deque_base Class Template Reference

#include <stl_deque.h>

Inherits std::_Deque_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >.

Inherited by std::deque [protected].

List of all members.

Public Types


Public Methods


Protected Types

enum  { _S_initial_map_size = 8 }

Protected Methods


Protected Attributes

template<class _Tp, class _Alloc> class std::_Deque_base


Member Typedef Documentation

typedef _Deque_alloc_base<_Tp,_Alloc, _Alloc_traits<_Tp, _Alloc>::_S_instanceless> _Base
 

typedef _Base::allocator_type allocator_type
 

Reimplemented from std::_Deque_alloc_base.

Reimplemented in std::deque.

typedef _Deque_iterator<_Tp,_Tp&,_Tp*> iterator
 

Reimplemented in std::deque.

typedef _Deque_iterator<_Tp,const _Tp&,const _Tp*> const_iterator
 

Reimplemented in std::deque.


Member Enumeration Documentation

anonymous enum [protected]
 

Enumeration values:
_S_initial_map_size  


Constructor & Destructor Documentation

_Deque_base ( const allocator_type & __a,
size_t __num_elements ) [inline]
 

_Deque_base ( const allocator_type & __a ) [inline]
 

~_Deque_base ( )
 


Member Function Documentation

void _M_initialize_map ( size_t ) [protected]
 

void _M_create_nodes ( _Tp ** __nstart,
_Tp ** __nfinish ) [protected]
 

void _M_destroy_nodes ( _Tp ** __nstart,
_Tp ** __nfinish ) [protected]
 


Member Data Documentation

iterator _M_start [protected]
 

iterator _M_finish [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001