#include <app/CVPbkContactFieldIterator.h>
| class MVPbkBaseContactFieldIterator |
| Public Member Functions | |
|---|---|
| virtual | ~MVPbkBaseContactFieldIterator() |
| pure virtual TBool | HasNext() |
| pure virtual const MVPbkBaseContactField * | Next() |
Virtual Phonebook contact field iterator interface.
| TBool | HasNext | ( | ) | const [pure virtual] |
Returns ETrue if there exists a next field, else EFalse.
| const MVPbkBaseContactField * | Next | ( | ) | const [pure virtual] |
Returns the next field, otherwise NULL.
Returns: The next field, otherwise NULL.