std::Vector_base< Type, Alloc > Struct Template Reference

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

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef Alloc allocator_type

Public Member Functions

allocator_type get_allocator () const
 Vector_base (const allocator_type &a)
 Vector_base (size_t n, const allocator_type &a)
 ~Vector_base ()
Type * M_allocate (size_t n)
void M_deallocate (Type *__p, size_t n)

Public Attributes

Vector_impl M_impl

Classes

struct  Vector_impl

Detailed Description

template<typename Type, typename Alloc>
struct std::Vector_base< Type, Alloc >

Definition at line 76 of file stl_vector.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 6 19:54:01 2006 for libstdc++-v3 Source by  doxygen 1.4.4