Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: CNTDB.H

Struct SFindInTextDefWordParser

struct SFindInTextDefWordParser;

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.

Members

Defined in SFindInTextDefWordParser:
SFindInTextDefWordParser(), iSearchString, iWordArray


Construction and destruction


SFindInTextDefWordParser()

inline SFindInTextDefWordParser(const TDesC *aSearchString, CDesCArray *aWordArray);

Description

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.

[Top]


Member data


iSearchString

const TDesC * iSearchString;

Description

Pointer to the input string to be parsed.


iWordArray

CDesCArray * iWordArray;

Description

Pointer to the array to which words parsed from the input string should be added.