std::List_iterator< Type > Struct Template Reference

A list::iterator. More...

#include <stl_list.h>

Collaboration diagram for std::List_iterator< Type >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef
List_iterator< Type > 
Self
typedef List_node< Type > Node
typedef ptrdiff_t difference_type
typedef
bidirectional_iterator_tag 
iterator_category
typedef Type value_type
typedef Type * pointer
typedef Type & reference

Public Member Functions

 List_iterator ()
 List_iterator (List_node_base *x)
reference operator * () const
pointer operator-> () const
Selfoperator++ ()
Self operator++ (int)
Selfoperator-- ()
Self operator-- (int)
bool operator== (const Self &x) const
bool operator!= (const Self &x) const

Public Attributes

List_node_baseM_node


Detailed Description

template<typename Type>
struct std::List_iterator< Type >

A list::iterator.

Definition at line 111 of file stl_list.h.


The documentation for this struct was generated from the following file:
Generated on Wed Oct 3 06:19:14 2007 for libstdc++-v3 Source by  doxygen 1.5.3