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.
Public Member Functions | |
---|---|
SFindInTextDefWordParser (const TDesC *, CDesCArray *) |
Public Attributes | |
---|---|
const TDesC * | iSearchString |
CDesCArray * | iWordArray |
SFindInTextDefWordParser | ( | const TDesC * | aSearchString, |
CDesCArray * | aWordArray | ||
) | [inline] |
Initialises the search string and the word array.
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. |
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.