|
||
Interface status: | deprecated |
class TShgNameIter;
An iterator over a name set (CShgNameSet
).
Defined in TShgNameIter
:
Current()
Gets the index of the current name.Reset()
Resets the iterator to the start of the set. TShgNameIter(const CShgNameSet *,TBool)
Constructor.operator++()
Increments the iterator.Interface status: | deprecated | Inherited from: TShgNameIter |
IMPORT_C TShgNameIter(const CShgNameSet *aNameSet, TBool aIncludePermanentlyDeletedNames=EFalse);
Constructor.
|
Interface status: | deprecated | Inherited from: TShgNameIter |
IMPORT_C void Reset();
Resets the iterator to the start of the set.
Interface status: | deprecated | Inherited from: TShgNameIter |
IMPORT_C TInt Current();
Gets the index of the current name.
The index value can be used with CShgNameSet's operator[].
|
Interface status: | deprecated | Inherited from: TShgNameIter |
IMPORT_C TInt operator++();
Increments the iterator.
|