SwiUI::CommonUI::MCUIInfoIterator Class Reference
class SwiUI::CommonUI::MCUIInfoIterator |
This interface provides an iterator to application's detailed info.
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
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.