Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32std.h>

Class TObjectId

class TObjectId;

Description

Encapsulates the Id of a kernel object.

Members

Defined in TObjectId:


Construction and destruction


TObjectId()

inline TObjectId();

Description

Default constructor.


TObjectId(TUint64)

inline TObjectId(TUint64 anId);

Description

Constructor taking an unsigned integer value.

Parameters

TUint64 anId

The value of the object id.

[Top]


Member functions


Id()const

inline TUint64 Id() const;

Description

Return the ID as a 64 bit integer

Return value

TUint64


operator TUint()const

inline operator TUint() const;

Description

Conversion operator invoked by the compiler when a TObjectId type is passed to a function that is prototyped to take a TUint type.

Return value


operator==(TObjectId)const

inline TBool operator==(TObjectId aId) const;

Description

Tests whether this thread Id is equal to the specified Id.

Parameters

TObjectId aId

The thread Id to be compared with this thread Id.

Return value

TBool

True, if the thread Ids are equal; false otherwise.


operator!=(TObjectId)const

inline TBool operator!=(TObjectId aId) const;

Description

Tests whether this thread Id is unequal to the specified thread Id.

Parameters

TObjectId aId

The thread Id to be compared with this thread Id.

Return value

TBool

True, if the thread Ids are unequal; false otherwise.