MVPbkBaseContactFieldIterator Class Reference

#include <app/CVPbkContactFieldIterator.h>

class MVPbkBaseContactFieldIterator
Public Member Functions
virtual ~MVPbkBaseContactFieldIterator()
pure virtual TBool HasNext()
pure virtual const MVPbkBaseContactField *Next()

Detailed Description

Virtual Phonebook contact field iterator interface.

Constructor & Destructor Documentation

~MVPbkBaseContactFieldIterator ( )

~MVPbkBaseContactFieldIterator()[inline, virtual]

Destructor.

Member Function Documentation

HasNext ( )

TBool HasNext()const [pure virtual]

Returns ETrue if there exists a next field, else EFalse.

Next ( )

const MVPbkBaseContactField *Next()const [pure virtual]

Returns the next field, otherwise NULL.

Returns: The next field, otherwise NULL.