SFindInTextDefWordParser Struct Reference
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.
Constructor & Destructor Documentation
SFindInTextDefWordParser(const TDesC *, CDesCArray *)
SFindInTextDefWordParser | ( | const TDesC * | aSearchString, |
| CDesCArray * | aWordArray |
| ) | [inline] |
Initialises the search string and the word array.
Parameters
const TDesC * aSearchString | Pointer to the input string to be parsed. |
CDesCArray * aWordArray | Pointer to the array to which words parsed from the input string should be added. |
Member Data Documentation
const TDesC * iSearchString
const TDesC * | iSearchString |
Pointer to the input string to be parsed.
CDesCArray * iWordArray
Pointer to the array to which words parsed from the input string should be added.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.