TSortKey Class Reference

class TSortKey

Sort key. A pair of text and TSortKeyType.

Public Member Functions
TSortKey(const TDesC &, TSortKeyType)
const TDesC &Text()
TSortKeyType Type()
Private Attributes
TPtrC iText
TSortKeyType iType

Constructor & Destructor Documentation

TSortKey(const TDesC &, TSortKeyType)

TSortKey(const TDesC &aText,
TSortKeyTypeaType
)[inline]

Parameters

const TDesC & aText
TSortKeyType aType

Member Functions Documentation

Text()

const TDesC &Text()const [inline]

Type()

TSortKeyType Type()const [inline]

Member Data Documentation

TPtrC iText

TPtrC iText[private]

TSortKeyType iType

TSortKeyType iType[private]