#include <app/CVPbkContactFieldIterator.h>
| class MVPbkContactFieldIterator : public MVPbkBaseContactFieldIterator |
| Public Member Functions | |
|---|---|
| virtual | ~MVPbkContactFieldIterator() |
| pure virtual const MVPbkStoreContactField * | Next() |
| pure virtual MVPbkStoreContactField * | Next() |
Virtual Phonebook contact field iterator interface.
| const MVPbkStoreContactField * | Next | ( | ) | const [pure virtual] |
Reimplemented from MVPbkBaseContactFieldIterator::Next()const
Returns the next field, otherwise NULL.
Returns: The next field, otherwise NULL.
| MVPbkStoreContactField * | Next | ( | ) | [pure virtual] |
Returns the next field, otherwise NULL.
Returns: The next field, otherwise NULL. Ownership doesn't change.