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 &) |
IMPORT_C TBool | Des16 | ( | const TDesC16 & | , |
const TDesC16 & | ||||
) | [static] |
Compare two 16 bit descriptors for exact binary equality.
IMPORT_C TBool | Des16Ptr | ( | TDesC16 *const & | , |
TDesC16 *const & | ||||
) | [static] |
Compare two TDesC16 pointers for equality.
IMPORT_C TBool | Des8 | ( | const TDesC8 & | , |
const TDesC8 & | ||||
) | [static] |
Compare two 8 bit descriptors for exact binary equality.
IMPORT_C TBool | Des8Ptr | ( | TDesC8 *const & | , |
TDesC8 *const & | ||||
) | [static] |
Compare two TDesC8 pointers for equality.
IMPORT_C TBool | Integer | ( | const TInt & | , |
const TInt & | ||||
) | [static] |
Compare two integers for equality.
IMPORT_C TBool | IntegerPtr | ( | TInt *const & | , |
TInt *const & | ||||
) | [static] |
Compare two TInt pointers for equality.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.