SFindInTextDefWordParser Struct Reference
struct SFindInTextDefWordParser |
Detailed Description
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.
Member Attribute Documentation
iSearchString
const TDesC * | iSearchString |
Pointer to the input string to be parsed.
iWordArray
Pointer to the array to which words parsed from the input string should be added.
Constructor & Destructor Documentation
SFindInTextDefWordParser ( const TDesC *, CDesCArray * )
SFindInTextDefWordParser | ( | const TDesC * | aSearchString, |
| CDesCArray * | aWordArray |
| ) | [inline] |
Initialises the search string and the word array.
Parameter | Description | 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. |