TUid Class Reference

class TUid

A globally unique 32-bit number.

Public Member Functions
IMPORT_C TUidNameName()
TUid Null()
TUid Uid(TInt)
IMPORT_C TBooloperator!=(const TUid &)
IMPORT_C TBooloperator==(const TUid &)
Public Attributes
TInt32 iUid

Member Functions Documentation

Name()

IMPORT_C TUidNameName()const

Null()

TUid Null()[static, inline]

Constructs a Null-valued TUid object.

The constructed Null-valued TUid object.

Uid(TInt)

TUid Uid(TIntaUid)[static, inline]

Constructs the TUid object from a 32-bit integer.

The constructed TUid object.

Parameters

TInt aUidThe 32-bit integer value from which the TUid object is to be constructed.

operator!=(const TUid &)

IMPORT_C TBooloperator!=(const TUid &aUid)const

Parameters

const TUid & aUid

operator==(const TUid &)

IMPORT_C TBooloperator==(const TUid &aUid)const

Parameters

const TUid & aUid

Member Data Documentation

TInt32 iUid

TInt32 iUid

The 32-bit integer UID value.