|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ListIteratorBase | +--LIST_T::Iteratorin __LIST.h
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 |
public inline Iterator( NodeBase* _pNode );
public inline Iterator( const Iterator& _it );
public inline Iterator();
Method Detail |
public inline ELEMENT_T& operator*();
public inline LIST_T::Iterator operator++( int );
public inline LIST_T::Iterator& operator++();
public inline LIST_T::Iterator operator--( int );
public inline LIST_T::Iterator& operator--();
public inline LIST_T::Iterator& operator=( const Iterator& _it );
|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |