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 |
TUid | Uid | ( | TInt | aUid | ) | [static, inline] |
TInt aUid | The 32-bit integer value from which the TUid object is to be constructed. |
IMPORT_C TBool | operator!= | ( | const TUid & | aUid | ) | const |
const TUid & aUid |
IMPORT_C TBool | operator== | ( | const TUid & | aUid | ) | const |
const TUid & aUid |