|
||
class CMsvFindResultSelection : public CArrayFixFlat< TMsvFindResult >;
Collection of results from a text search operation. The collection is organized as an array.
CArrayFixFlat< TMsvFindResult >
- No description.
CMsvFindResultSelection
- Collection of results from a text search operation. The collection is organized ...
Defined in CMsvFindResultSelection
:
CMsvFindResultSelection()
Constructs an empty results collection. CopyL()const
Creates a copy of the results of the text search operation.CopyLC()const
Creates a copy of the results of the text search operation and puts a pointer to...Find(TMsvId)const
Returns the index of the entry corresponding to the specified entry Id.IMPORT_C 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.
|
IMPORT_C 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.
|
IMPORT_C TInt Find(TMsvId aId) const;
Returns the index of the entry corresponding to the specified entry Id.
|
|