TUid Class Reference
Detailed Description
A globally unique 32-bit number.
Member Attribute Documentation
iUid
The 32-bit integer UID value.
Member Function Documentation
Name ( )
Generates and returns the standard text form of the UID.
The resulting text has the form:
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).
Returns: A modifiable descriptor containing the standard text format of the UID.
Null ( )
|
TUid
| Null | ( | ) | [static, inline] |
Constructs a Null-valued TUid object.
Returns: The constructed Null-valued TUid object.
Uid ( TInt )
Constructs the TUid object from a 32-bit integer.
| Parameter | Description | | aUid | The 32-bit integer value from which the TUid object is to be constructed. |
Returns: The constructed TUid object.
operator!= ( const TUid & )
| IMPORT_C TBool | operator!= | ( | const TUid & | aUid | ) | const |
Compares two UIDs for inequality.
| Parameter | Description | | aUid | The UID to be compared with this UID. |
Returns: True, if the two UIDs are unequal; false otherwise.
operator== ( const TUid & )
| IMPORT_C TBool | operator== | ( | const TUid & | aUid | ) | const |
Compares two UIDs for equality.
| Parameter | Description | | aUid | The UID to be compared with this UID. |
Returns: True, if the two UIDs are equal; false otherwise.