|
|
|
class TObjectId;
Encapsulates the Id of a kernel object.
Defined in TObjectId:
Id()constReturn the ID as a 64 bit integer TObjectId()Default constructor. TObjectId(TUint64)Constructor taking an unsigned integer value.operator TUint()constConversion operator invoked by the compiler when a TObjectId type is passed to a...operator!=(TObjectId)constTests whether this thread Id is unequal to the specified thread Id.operator==(TObjectId)constTests whether this thread Id is equal to the specified Id.inline TObjectId(TUint64 anId);
Constructor taking an unsigned integer value.
|
inline operator TUint() const;
Conversion operator invoked by the compiler when a TObjectId type is passed to a function that is prototyped to take a TUint type.
|