class TUid |
A globally unique 32-bit number.
Public Member Functions | |
---|---|
IMPORT_C TUidName | Name () |
TUid | Null () |
TUid | Uid ( TInt ) |
IMPORT_C TBool | operator!= (const TUid &) |
IMPORT_C TBool | operator== (const TUid &) |
Public Attributes | |
---|---|
TInt32 | iUid |
IMPORT_C TUidName | Name | ( | ) | const |
Generates and returns the standard text form of the UID.
The resulting text has the form:
[12345678]
The function always generates 10 characters, where the first and last characters are open and close square brackets enclosing exactly 8 hexadecimal digits (padded to the left with zeroes, if necessary).
TUid | Uid | ( | TInt | aUid | ) | [static, inline] |
Constructs the TUid object from a 32-bit integer.
TInt aUid | The 32-bit integer value from which the TUid object is to be constructed. |
IMPORT_C TBool | operator!= | ( | const TUid & | aUid | ) | const |
Compares two UIDs for inequality.
const TUid & aUid | The UID to be compared with this UID. |
IMPORT_C TBool | operator== | ( | const TUid & | aUid | ) | const |
Compares two UIDs for equality.
const TUid & aUid | The UID to be compared with this UID. |
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.