MSortUtil Class Reference

class MSortUtil

SortUtil API.

Public Member Functions
TInt CompareItems (const MSortKeyArray &, const MSortKeyArray &)

Member Functions Documentation

CompareItems(const MSortKeyArray &, const MSortKeyArray &)

TInt CompareItems ( const MSortKeyArray & aLhs,
const MSortKeyArray & aRhs
) const [pure virtual]

Compares two MSortKeyArrays. MSortKeyArray

Parameters

const MSortKeyArray & aLhs the left-hand-side sort key array.
const MSortKeyArray & aRhs the right-hand-side sort key array.