#include <e32cmn.h>
class TUid |
Public Attributes | |
---|---|
TInt32 | iUid |
Public Member Functions | |
---|---|
IMPORT_C TUidName | Name() |
TUid | Null() |
TUid | Uid(TInt) |
IMPORT_C TBool | operator!=(const TUid &) |
IMPORT_C TBool | operator==(const TUid &) |
A globally unique 32-bit number.
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).