CContactViewBase::TVirtualFunction1Params Class Reference

#include <app/cntviewbase.h>

Link against: cntplsql.lib

class CContactViewBase::TVirtualFunction1Params
Public Attributes
CContactIdArray *iIdArray
const CArrayFix< TInt > *iIndexes
Public Member Functions
TVirtualFunction1Params(const CArrayFix< TInt > *, CContactIdArray *)

Detailed Description

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.

Member Attribute Documentation

iIdArray

CContactIdArray *iIdArray

Pointer to array of contact IDs

iIndexes

const CArrayFix< TInt > *iIndexes

Pointer to an array of indexes in a view

Constructor & Destructor Documentation

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

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

Inline constructor to initialize member data

ParameterDescription
aIndexesPointer to an array of indexes in a view
aIdArrayPointer to array of contact IDs