MVPbkContactFieldIterator Class Reference

#include <app/CVPbkContactFieldIterator.h>

class MVPbkContactFieldIterator : public MVPbkBaseContactFieldIterator

Inherits from

Public Member Functions
virtual ~MVPbkContactFieldIterator()
pure virtual const MVPbkStoreContactField *Next()
pure virtual MVPbkStoreContactField *Next()

Detailed Description

Virtual Phonebook contact field iterator interface.

Constructor & Destructor Documentation

~MVPbkContactFieldIterator ( )

~MVPbkContactFieldIterator()[inline, virtual]

Destructor.

Member Function Documentation

Next ( )

const MVPbkStoreContactField *Next()const [pure virtual]

Reimplemented from MVPbkBaseContactFieldIterator::Next()const

Returns the next field, otherwise NULL.

Returns: The next field, otherwise NULL.

Next ( )

MVPbkStoreContactField *Next()[pure virtual]

Returns the next field, otherwise NULL.

Returns: The next field, otherwise NULL. Ownership doesn't change.