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.
Public Member Functions | |
---|---|
TVPbkWordParserCallbackParam (const TDesC *, CDesCArray *) |
Public Attributes | |
---|---|
const TDesC * | iStringToParse |
CDesCArray * | iWordArray |
TVPbkWordParserCallbackParam | ( | const TDesC * | aStringToParse, |
CDesCArray * | aWordArray | ||
) | [inline] |
Constructor.
const TDesC * aStringToParse | a string that must be parsed to iWordArray |
CDesCArray * aWordArray | an array for parsed words |
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.