Location:
msvfind.h
Link against: msgs.lib
CMsvFindResultSelection
Collection of results from a text search operation. The collection is organized as an array.
|
Defined in CMsvFindResultSelection:
CMsvFindResultSelection(), 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()
CMsvFindResultSelection* CopyL() const;
Creates a copy of the results of the text search operation.
The function leaves if memory cannot be allocated for the new object.
|
CMsvFindResultSelection* CopyLC() const;
Creates a copy of the results of the text search operation and puts a pointer to the new object onto the cleanup stack.
The function leaves if memory cannot be allocated for the new object.
|
TInt Find(TMsvId aId) const;
Returns the index of the entry corresponding to the specified entry Id.
|
|