TVPbkWordParserCallbackParam Struct Reference

struct TVPbkWordParserCallbackParam

A parameter class for a find operation.

The parameter is used in TCallBack parameter to the client when it uses the find operation of the contact manager. The find operations will then leave the parsing of words to clients responsibility. The Virtual Phonebook store implementation will set the iStringToParse and client then fills the iWordArray.

CVPbkContactManager::FindL

Public Member Functions
TVPbkWordParserCallbackParam(const TDesC *, CDesCArray *)
Public Attributes
const TDesC *iStringToParse
CDesCArray *iWordArray

Constructor & Destructor Documentation

TVPbkWordParserCallbackParam(const TDesC *, CDesCArray *)

TVPbkWordParserCallbackParam(const TDesC *aStringToParse,
CDesCArray *aWordArray
)[inline]

Constructor.

Parameters

const TDesC * aStringToParsea string that must be parsed to iWordArray
CDesCArray * aWordArrayan array for parsed words

Member Data Documentation

const TDesC * iStringToParse

const TDesC *iStringToParse

Not Own: a string that client must parse.

CDesCArray * iWordArray

CDesCArray *iWordArray

Not Own: an array for parsed words.