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()
voidNext(TPtrC &, TPtrC &)
voidReset()

Member Functions Documentation

HasNext()

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

Next(TPtrC &, TPtrC &)

voidNext(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()

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