Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl
Class LIST_T::Iterator

ListIteratorBase
   |
   +--LIST_T::Iterator

   in __LIST.h

class LIST_T::Iterator
extends ListIteratorBase


 
Fields inherited from class ListIteratorBase
__pNode
 
Constructor Summary
inline Iterator( NodeBase* _pNode )
          
inline Iterator( const Iterator& _it )
          
inline Iterator()
          
 
Method Summary
 inline ELEMENT_T& operator*()
          
 inline LIST_T::Iterator operator++( int )
          
 inline LIST_T::Iterator& operator++()
          
 inline LIST_T::Iterator operator--( int )
          
 inline LIST_T::Iterator& operator--()
          
 inline LIST_T::Iterator& operator=( const Iterator& _it )
          
   
Methods inherited from class ListIteratorBase
operator==, operator!=
 

Constructor Detail

Iterator

public inline Iterator( NodeBase* _pNode );

Iterator

public inline Iterator( const Iterator& _it );

Iterator

public inline Iterator();


Method Detail

operator*

public inline ELEMENT_T& operator*();

operator++

public inline LIST_T::Iterator operator++( int );

operator++

public inline LIST_T::Iterator& operator++();

operator--

public inline LIST_T::Iterator operator--( int );

operator--

public inline LIST_T::Iterator& operator--();

operator=

public inline LIST_T::Iterator& operator=( const Iterator& _it );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD