Location:
msvstd.h
Link against:
msgs.lib
CMsvEntrySelection
Supported from 5.0
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.
In pre-Unicode versions this class had the import library ment.lib.
|
Defined in CMsvEntrySelection
:
CMsvEntrySelection()
, CopyL()
, CopyLC()
, Find()
Inherited from CArrayFix
:
AppendL()
,
AppendL()Append
,
Array()
,
At()
,
Back()
,
End()
,
ExpandL()
,
ExtendL()
,
FindIsq()
,
InsertIsqAllowDuplicatesL()
,
InsertIsqL()
,
InsertL()
,
ResizeL()
,
operator[]
Inherited from CArrayFixBase
:
Compress()
,
Count()
,
Delete()
,
Length()
,
Reset()
,
Sort()
Inherited from CArrayFixFlat
:
SetReserveL()
Inherited from CBase
:
operator new()
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.
|
|
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.
|
|
TInt Find(TMsvId aId) const;
Finds an item in the array by its entry ID.
|
|