DefaultIdentity Class Reference

class DefaultIdentity

A set of common identity relations for frequently occurring types.

RArray RPointerArray RHashSet RPtrHashSet RHashMap RPtrHashMap

Public Member Functions
IMPORT_C TBool Des16 (const TDesC16 &, const TDesC16 &)
IMPORT_C TBool Des16Ptr ( TDesC16 *const &, TDesC16 *const &)
IMPORT_C TBool Des8 (const TDesC8 &, const TDesC8 &)
IMPORT_C TBool Des8Ptr ( TDesC8 *const &, TDesC8 *const &)
IMPORT_C TBool Integer (const TInt &, const TInt &)
IMPORT_C TBool IntegerPtr ( TInt *const &, TInt *const &)

Member Functions Documentation

Des16(const TDesC16 &, const TDesC16 &)

IMPORT_C TBool Des16 ( const TDesC16 & ,
const TDesC16 &
) [static]

Compare two 16 bit descriptors for exact binary equality.

Parameters

const TDesC16 & The first integer to be compared
const TDesC16 & The second integer to be compared

Des16Ptr(TDesC16 *const &, TDesC16 *const &)

IMPORT_C TBool Des16Ptr ( TDesC16 *const & ,
TDesC16 *const &
) [static]

Compare two TDesC16 pointers for equality.

Parameters

TDesC16 *const & The first pointer to be compared
TDesC16 *const & The second pointer to be compared

Des8(const TDesC8 &, const TDesC8 &)

IMPORT_C TBool Des8 ( const TDesC8 & ,
const TDesC8 &
) [static]

Compare two 8 bit descriptors for exact binary equality.

Parameters

const TDesC8 & The first integer to be compared
const TDesC8 & The second integer to be compared

Des8Ptr(TDesC8 *const &, TDesC8 *const &)

IMPORT_C TBool Des8Ptr ( TDesC8 *const & ,
TDesC8 *const &
) [static]

Compare two TDesC8 pointers for equality.

Parameters

TDesC8 *const & The first pointer to be compared
TDesC8 *const & The second pointer to be compared

Integer(const TInt &, const TInt &)

IMPORT_C TBool Integer ( const TInt & ,
const TInt &
) [static]

Compare two integers for equality.

Parameters

const TInt & The first integer to be compared
const TInt & The second integer to be compared

IntegerPtr(TInt *const &, TInt *const &)

IMPORT_C TBool IntegerPtr ( TInt *const & ,
TInt *const &
) [static]

Compare two TInt pointers for equality.

Parameters

TInt *const & The first pointer to be compared
TInt *const & The second pointer to be compared