CContactViewBase::TVirtualFunction1Params Class Reference

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

Constructor & Destructor Documentation

TVirtualFunction1Params(const CArrayFix< TInt > *, CContactIdArray *)

TVirtualFunction1Params(const CArrayFix< TInt > *aIndexes,
CContactIdArray *aIdArray
)[inline]

Inline constructor to initialize member data

Parameters

const CArrayFix< TInt > * aIndexesPointer to an array of indexes in a view
CContactIdArray * aIdArrayPointer to array of contact IDs

Member Data Documentation

CContactIdArray * iIdArray

CContactIdArray *iIdArray

Pointer to array of contact IDs

const CArrayFix< TInt > * iIndexes

const CArrayFix< TInt > *iIndexes

Pointer to an array of indexes in a view