|
|
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* |
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: root on bugs.devel.redhat.com on Wed Nov 13 08:38:23 2002, using kdoc 2.0a54. |