Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: cntdb.h
Link against:

Struct SFindInTextDefWordParser

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.

Defined in SFindInTextDefWordParser:
SFindInTextDefWordParser(), iSearchString, iWordArray


Construction


SFindInTextDefWordParser()

SFindInTextDefWordParser(const TDesC *aSearchString, CDesCArray *aWordArray)

Support

Supported from 5.0

Description

Initialises the search string and the word array to the values specified.

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.