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