#include <app/TVPbkWordParserCallbackParam.h>
struct TVPbkWordParserCallbackParam |
Public Attributes | |
---|---|
const TDesC * | iStringToParse |
CDesCArray * | iWordArray |
Public Member Functions | |
---|---|
TVPbkWordParserCallbackParam(const TDesC *, CDesCArray *) |
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.
See also: CVPbkContactManager::FindL
TVPbkWordParserCallbackParam | ( | const TDesC * | aStringToParse, |
CDesCArray * | aWordArray | ||
) | [inline] |
Constructor.
Parameter | Description |
---|---|
aStringToParse | a string that must be parsed to iWordArray |
aWordArray | an array for parsed words |