TPbkMatchPriorityLevel Class Reference

class TPbkMatchPriorityLevel

Phonebook field matching priority level.

Public Member Functions
TInt CurrentLevel()
TBool End()
voidNext()
Private Member Functions
TPbkMatchPriorityLevel(TInt)
Private Attributes
TInt iCurrentLevel
TInt iMaxLevel

Constructor & Destructor Documentation

TPbkMatchPriorityLevel(TInt)

TPbkMatchPriorityLevel(TIntaMaxNumberOfLevels)[private, inline]

Constructor.

Parameters

TInt aMaxNumberOfLevelsmaximum number of matching levels

Member Functions Documentation

CurrentLevel()

TInt CurrentLevel()const [inline]

Returns the current matching priority level.

End()

TBool End()const [inline]

Returns ETrue if all priority levels have been enumerated with Next().

Next()

voidNext()[inline]

Advances current priority to the next level.

Member Data Documentation

TInt iCurrentLevel

TInt iCurrentLevel[private]

TInt iMaxLevel

TInt iMaxLevel[private]