| class TObjectId |
Encapsulates the Id of a kernel object.
| Public Member Functions | |
|---|---|
| TObjectId() | |
| TObjectId(TUint64) | |
| TUint64 | Id() |
| operator TUint() | |
| TBool | operator!=(TObjectId) |
| TBool | operator==(TObjectId) |
| Private Attributes | |
|---|---|
| TUint64 | iId |
| TObjectId | ( | TUint64 | anId | ) | [inline] |
Constructor taking an unsigned integer value.
| TUint64 anId | The value of the object id. |
| TBool | operator!= | ( | TObjectId | aId | ) | const [inline] |
Tests whether this thread Id is unequal to the specified thread Id.
True, if the thread Ids are unequal; false otherwise.
| TObjectId aId | The thread Id to be compared with this thread Id. |
| TBool | operator== | ( | TObjectId | aId | ) | const [inline] |
Tests whether this thread Id is equal to the specified Id.
True, if the thread Ids are equal; false otherwise.
| TObjectId aId | The thread Id to be compared with this thread Id. |