class CMsvEntrySelection : public CArrayFixFlat< TMsvId > |
Encapsulates an array of entry IDs.
An object of this type is commonly passed to a function to indicate the set of entries on which the function should operate. The array base class (CArrayFixFlat<TMsvId>) provide methods to access, sort, and manipulate members of the array.
Public Member Functions | |
---|---|
CMsvEntrySelection() | |
IMPORT_C CMsvEntrySelection * | CopyL() |
IMPORT_C CMsvEntrySelection * | CopyLC() |
IMPORT_C TInt | Find(TMsvId) |
IMPORT_C CMsvEntrySelection * | CopyL | ( | ) | const |
Creates a new CMsvEntrySelection object with the same contents as the current object. The client should delete the object when it is no longer required.
IMPORT_C CMsvEntrySelection * | CopyLC | ( | ) | const |
Creates a new CMsvEntrySelection object with the same contents as the current object. The client should delete the object when it is no longer required.
The function leaves the new object on the cleanup stack.
IMPORT_C TInt | Find | ( | TMsvId | aId | ) | const |
Finds an item in the array by its entry ID.
TMsvId aId | ID to find |
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.