class DefaultHash |
A set of common hashing functions for frequently occurring types.
Public Member Functions | |
---|---|
IMPORT_C TUint32 | Des16(const TDesC16 &) |
IMPORT_C TUint32 | Des16Ptr(TDesC16 *const &) |
IMPORT_C TUint32 | Des8(const TDesC8 &) |
IMPORT_C TUint32 | Des8Ptr(TDesC8 *const &) |
IMPORT_C TUint32 | Integer(const TInt &) |
IMPORT_C TUint32 | IntegerPtr(TInt *const &) |