std::Deque_base< Type, Alloc > Class Template Reference

Inheritance diagram for std::Deque_base< Type, Alloc >:

Inheritance graph
[legend]
Collaboration diagram for std::Deque_base< Type, Alloc >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Deque_alloc_base<
Type, Alloc, Alloc_traits<
Type, Alloc >::S_instanceless > 
Base
typedef Base::allocator_type allocator_type
typedef Deque_iterator< Type,
Type &, Type * > 
iterator
typedef Deque_iterator< Type,
const Type &, const Type * > 
const_iterator

Public Member Functions

 Deque_base (const allocator_type &a, size_t num_elements)
 Deque_base (const allocator_type &a)
 ~Deque_base ()
allocator_type get_allocator () const

Protected Types

enum  { S_initial_map_size }
typedef Alloc_traits< Type *,
Alloc >::allocator_type 
Map_allocator_type

Protected Member Functions

void M_initialize_map (size_t)
void M_create_nodes (Type **nstart, Type **nfinish)
void M_destroy_nodes (Type **nstart, Type **nfinish)
Type * M_allocate_node ()
void M_deallocate_node (Type *__p)
Type ** M_allocate_map (size_t n)
void M_deallocate_map (Type **__p, size_t n)

Protected Attributes

iterator M_start
iterator M_finish
allocator_type M_node_allocator
Map_allocator_type M_map_allocator
Type ** M_map
size_t M_map_size

Detailed Description

template<typename Type, typename Alloc>
class std::Deque_base< Type, Alloc >

Definition at line 443 of file stl_deque.h.


Member Enumeration Documentation

template<typename Type, typename Alloc>
anonymous enum [protected]

Enumerator:
S_initial_map_size 

Definition at line 466 of file stl_deque.h.


The documentation for this class was generated from the following file:
Generated on Sun Jul 29 20:40:11 2007 for libstdc++-v3 Source by  doxygen 1.5.2