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 Vector_alloc_base<
Type, Alloc, Alloc_traits<
Type, Alloc >::S_instanceless > 
Base
typedef Base::allocator_type allocator_type

Public Member Functions

 Vector_base (const allocator_type &a)
 Vector_base (size_t n, const allocator_type &a)
 ~Vector_base ()
allocator_type get_allocator () const

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 Alloc>
struct std::Vector_base< Type, Alloc >

Definition at line 140 of file stl_vector.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 3 19:45:52 2007 for libstdc++-v3 Source by  doxygen 1.5.1