class CContactViewBase::TVirtualFunction1Params |
Holds the two parameters passed to the helper method GetContactIdsL() from the reserved function CContactViewBase_Reserved_1(). It has an inline constructor to initialise the data members.
Public Member Functions | |
---|---|
TVirtualFunction1Params(const CArrayFix< TInt > *, CContactIdArray *) |
Public Attributes | |
---|---|
CContactIdArray * | iIdArray |
const CArrayFix< TInt > * | iIndexes |
TVirtualFunction1Params | ( | const CArrayFix< TInt > * | aIndexes, |
CContactIdArray * | aIdArray | ||
) | [inline] |
Inline constructor to initialize member data
const CArrayFix< TInt > * aIndexes | Pointer to an array of indexes in a view |
CContactIdArray * aIdArray | Pointer to array of contact IDs |