SwiUI::CommonUI::MCUIInfoIterator Class Reference

class SwiUI::CommonUI::MCUIInfoIterator

This interface provides an iterator to application's detailed info.

Since
3.0
Public Member Functions
TBool HasNext ()
void Next ( TPtrC &, TPtrC &)
void Reset ()

Member Functions Documentation

HasNext()

TBool HasNext ( ) const [pure virtual]
Indicates if the iterator has any more fields left.
Since
3.0

Next(TPtrC &, TPtrC &)

void Next ( TPtrC & aKey,
TPtrC & aValue
) [pure virtual]
Get the next field.
Since
3.0

Parameters

TPtrC & aKey - On return contains the value of the field.
TPtrC & aValue

Reset()

void Reset ( ) [pure virtual]
Reset the iterator. After calling this, Next() will return the first value.
Since
3.0