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

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

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef Alloc allocator_type

Public Member Functions

allocator_type get_allocator () const
 List_base (const allocator_type &a)
 ~List_base ()
void M_clear ()
void M_init ()

Protected Types

typedef Alloc::template rebind<
List_node< Type > >::other 
NodeAlloc_type

Protected Member Functions

List_node< Type > * M_get_node ()
void M_put_node (List_node< Type > *__p)

Protected Attributes

List_impl M_impl

Classes

struct  List_impl

Detailed Description

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

Definition at line 279 of file stl_list.h.


The documentation for this class was generated from the following files:
Generated on Fri Sep 16 11:05:28 2005 for libstdc++-v3 Source by  doxygen 1.4.4