TPbkMatchPriorityLevel Class Reference

class TPbkMatchPriorityLevel

Phonebook field matching priority level.

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

Constructor & Destructor Documentation

TPbkMatchPriorityLevel(TInt)

TPbkMatchPriorityLevel ( TInt aMaxNumberOfLevels ) [private, inline]

Constructor.

Parameters

TInt aMaxNumberOfLevels maximum 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()

void Next ( ) [inline]

Advances current priority to the next level.

Member Data Documentation

TInt iCurrentLevel

TInt iCurrentLevel [private]

TInt iMaxLevel

TInt iMaxLevel [private]