CCalIter Class Reference

class CCalIter : public CBase

An iterator for iterating though all the entries in the calendar store.

This may be used by a synchronisation application to iterate all entries in the file to find entries that have been added\deleted between two synchronisations.

The application must not create the entry view or instance view while iterating through the entries.

Inherits from

Constructor & Destructor Documentation

CCalIter()

CCalIter()[private]

~CCalIter()

IMPORT_C~CCalIter()

Member Functions Documentation

ConstructL(CCalSession &)

voidConstructL(CCalSession &aSession)[private]

Parameters

CCalSession & aSession

FirstL()

IMPORT_C const TDesC8 &FirstL()

NewL(CCalSession &)

IMPORT_C CCalIter *NewL(CCalSession &aSession)[static]

Parameters

CCalSession & aSession

NextL()

IMPORT_C const TDesC8 &NextL()

Member Data Documentation

CCalIteratorImpl * iCalIteratorImpl

CCalIteratorImpl *iCalIteratorImpl[private]