MAknsAlIterator Class Reference

class MAknsAlIterator

Generic iterator interface.

Since
3.0
Public Member Functions
~MAknsAlIterator ()
void CleanupOp ( TAny *)
TBool HasNext ()
const TAny * NextL ()

Constructor & Destructor Documentation

~MAknsAlIterator()

~MAknsAlIterator ( ) [inline, virtual]

Destructor for internal use.

Destructor is reserved for internal use. Client code usually does not destroy iterators.

Member Functions Documentation

CleanupOp(TAny *)

void CleanupOp ( TAny * aIter ) [static, inline]

Parameters

TAny * aIter

HasNext()

TBool HasNext ( ) [pure virtual]

Checks whether there are more parameters available.

NextL()

const TAny * NextL ( ) [pure virtual]

Gets the next parameter.