#include <mw/msvfind.h>
class CMsvFindResultSelection : public CArrayFixFlat< TMsvFindResult >, public CArrayFixFlat< TMsvFindResult > |
Public Member Functions | |
---|---|
CMsvFindResultSelection() | |
IMPORT_C CMsvFindResultSelection * | CopyL() |
IMPORT_C CMsvFindResultSelection * | CopyLC() |
IMPORT_C TInt | Find(TMsvId) |
Collection of results from a text search operation. The collection is organized as an array.
IMPORT_C | CMsvFindResultSelection | ( | ) |
Constructs an empty results collection.
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.
Parameters | |
---|---|
aId | The entry Id. |