|
|
template
Implements a list iterator. This iterator works with any direct managed list. For indirect lists, see TMIListIteratorImp.
| typedef TMListImp | iter1 |
[private]
| typedef TMSListImp | iter2 |
[private]
| TMListIteratorImp ( const iter1& l )
| TMListIteratorImp |
| TMListIteratorImp ( const iter2& l )
| TMListIteratorImp |
| operator int ()
| int |
| const T& Current ()
| Current |
| const T& operator ++ ( int )
| operator ++ |
| const T& operator ++ ()
| operator ++ |
| void Restart ()
| Restart |
| const TMListImp | List |
[private]
| TMListElement | Cur |
[private]
| template | TMListIteratorImp |
[private]
| Generated by: nicola on gulliver.wadahome.it on Sun May 25 13:54:34 2003, using kdoc 2.0a53. |