Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_List_iterator Struct Template Reference

#include <stl_list.h>

Inherits std::_List_iterator_base.

List of all members.

Public Types


Public Methods

template<class _Tp, class _Ref, class _Ptr> struct std::_List_iterator


Member Typedef Documentation

typedef _List_iterator<_Tp,_Tp&,_Tp*> iterator
 

typedef _List_iterator<_Tp,const _Tp&,const _Tp*> const_iterator
 

typedef _List_iterator<_Tp,_Ref,_Ptr> _Self
 

typedef _Tp value_type
 

typedef _Ptr pointer
 

typedef _Ref reference
 

typedef _List_node<_Tp> _Node
 


Constructor & Destructor Documentation

_List_iterator ( _Node * __x ) [inline]
 

_List_iterator ( ) [inline]
 

_List_iterator ( const iterator & __x ) [inline]
 


Member Function Documentation

reference operator * ( ) const [inline]
 

pointer operator-> ( ) const [inline]
 

_Self & operator++ ( ) [inline]
 

_Self operator++ ( int ) [inline]
 

_Self & operator-- ( ) [inline]
 

_Self operator-- ( int ) [inline]
 


The documentation for this struct was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001