List_iterator Struct Template Reference
#include <stl_list.h>
List of all members.
template<typename Type>
struct std::List_iterator< Type >
Public Types
-
typedef ptrdiff_t difference_type
-
typedef bidirectional_iterator_tag iterator_category
-
typedef List_node< Type > Node
-
typedef Type * pointer
-
typedef Type & reference
-
typedef List_iterator< Type > Self
-
typedef Type value_type
Public Member Functions
-
List_iterator (List_node_base *x)
-
reference operator * () const
-
bool operator!= (const Self &x) const
-
Self operator++ (int)
-
Self & operator++ ()
-
Self operator-- (int)
-
Self & operator-- ()
-
pointer operator-> () const
-
bool operator== (const Self &x) const
Public Attributes
The documentation for this struct was generated from the following file:
Generated on Sun Jul 25 00:12:45 2004 for libstdc++ source by
1.3.7