#include <app/cntdb.h>
struct SFindInTextDefWordParser |
Public Attributes | |
---|---|
const TDesC * | iSearchString |
CDesCArray * | iWordArray |
Public Member Functions | |
---|---|
SFindInTextDefWordParser(const TDesC *, CDesCArray *) |
Search string parser struct.
An object of this type is used in the callback parser function passed to CContactDatabase::FindInTextDefLC(). The parser function must walk through and parse iSearchString, adding any words found to iWordArray.
CDesCArray * | iWordArray |
Pointer to the array to which words parsed from the input string should be added.
SFindInTextDefWordParser | ( | const TDesC * | aSearchString, |
CDesCArray * | aWordArray | ||
) | [inline] |
Initialises the search string and the word array.
Parameters | |
---|---|
aSearchString | Pointer to the input string to be parsed. |
aWordArray | Pointer to the array to which words parsed from the input string should be added. |