std::Vector_alloc_base< Type, Allocator, IsStatic > Class Template Reference

Inheritance diagram for std::Vector_alloc_base< Type, Allocator, IsStatic >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef Alloc_traits< Type,
Allocator >::allocator_type 
allocator_type

Public Member Functions

allocator_type get_allocator () const
 Vector_alloc_base (const allocator_type &a)

Protected Member Functions

Type * M_allocate (size_t n)
void M_deallocate (Type *__p, size_t n)

Protected Attributes

allocator_type M_data_allocator
Type * M_start
Type * M_finish
Type * M_end_of_storage

Detailed Description

template<typename Type, typename Allocator, bool IsStatic>
class std::Vector_alloc_base< Type, Allocator, IsStatic >

Definition at line 77 of file stl_vector.h.


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