#include <app/CVPbkContactFieldIterator.h>
| class CVPbkBaseContactFieldTypeIterator : public CBase |
| Public Member Functions | |
|---|---|
| ~CVPbkBaseContactFieldTypeIterator() | |
| TBool | HasNext() |
| IMPORT_C CVPbkBaseContactFieldTypeIterator * | NewLC(const MVPbkFieldType &, const MVPbkBaseContactFieldCollection &) |
| const MVPbkBaseContactField * | Next() |
Virtual Phonebook contact field type iterator. Iterates the contact fields according to the field type specified.
| IMPORT_C CVPbkBaseContactFieldTypeIterator * | NewLC | ( | const MVPbkFieldType & | aFieldType, |
| const MVPbkBaseContactFieldCollection & | aFields | |||
| ) | [static] | |||
Constructor for iterating store contact fields.
| Parameter | Description |
|---|---|
| aFieldType | Field type which is iterated. |
| aFields | Contact fields to iterate. |
Returns: A new instance of this class