|
|
This class provides an iterator for address book entries.
Iterator ()
| Iterator |
Iterator ( const Iterator & )
| Iterator |
~Iterator ()
| ~Iterator |
Iterator & operator= ( const Iterator & )
| operator= |
const Addressee & operator* ()
| operator* |
[const]
Addressee & operator* ()
| operator* |
Addressee* operator-> ()
| operator-> |
Iterator & operator++ ()
| operator++ |
Iterator & operator++ (int)
| operator++ |
Iterator & operator-- ()
| operator-- |
Iterator & operator-- (int)
| operator-- |
bool operator== ( const Iterator &it )
| operator== |
bool operator!= ( const Iterator &it )
| operator!= |
IteratorData * d | d |
Generated by: caleb on tcdevel on Tue Jan 28 12:54:33 2003, using kdoc $. |