|
||
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.
CBase
-
Base class for all classes to be instantiated on the heap.
CCalIter
- An iterator for iterating though all the entries in the calendar store.
Defined in CCalIter
:
FirstL()
Sets the iterator to the first entry which is a parent (parent and its children ...NewL(CCalSession &)
Allocates and constructs an iterator for iterating though all the entries in the...NextL()
Moves the entry iterator to the next entry which is a parent (parent and its chi...~CCalIter()
The destructor frees all resources owned by the iterator, prior to its destructi...Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Capability: | Illegal |
IMPORT_C static CCalIter* NewL(CCalSession &aSession);
Allocates and constructs an iterator for iterating though all the entries in the file.
|
|
Capability: | Illegal |
IMPORT_C ~CCalIter();
The destructor frees all resources owned by the iterator, prior to its destruction.
Capability: | Illegal |
IMPORT_C const TDesC8& FirstL();
Sets the iterator to the first entry which is a parent (parent and its children have the same Uid) and retrieves its Uid.
|
Capability: | Illegal |
IMPORT_C const TDesC8& NextL();
Moves the entry iterator to the next entry which is a parent (parent and its children have the same Uid) and retrieves its Uid.
|