|
||
struct SFindInTextDefWordParser;
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.
Defined in SFindInTextDefWordParser
:
SFindInTextDefWordParser()
Initialises the search string and the word arrayiSearchString
Pointer to the input string to be parsediWordArray
Pointer to the array to which words parsed from the input string should be addedinline SFindInTextDefWordParser(const TDesC *aSearchString, CDesCArray *aWordArray);
Initialises the search string and the word array.
|
CDesCArray * iWordArray;
Pointer to the array to which words parsed from the input string should be added.