TTypeUid Class Reference
class TTypeUid : public TUid |
Part of the object provider mechanism, this class encapsulates the Uid that identifies the type of object that an object provider is to get.
The class is also used to encapsulate a pointer to the object that the object provider has found.
An object that is intended to be capable of being retrieved by the object provider mechanism must include enum {ETypeId = 0xabcdefgh}; in its class definition, where 0xabcdefgh is the Uid value. The macro DECLARE_TYPE_ID can be used to do this.
An instance of this class is passed to the MObjectProvider::MopSupplyObject() function implemented by an object provider. A TTypeUid::Ptr is also returned by this function.
MObjectProvider
Nested Classes and Structures
Constructor & Destructor Documentation
TTypeUid(TInt)
TTypeUid | ( | TInt | aUid | ) | [inline] |
Constructor that takes a Uid value.
Parameters
TInt aUid | The Uid value that defines the type of object that an object provider is to get. |
Member Functions Documentation
MakePtr(T *)
Ptr
| MakePtr | ( | T * | aT | ) | const [inline] |
Constructs a Ptr which encapsulates the specified object pointer.
Parameters
T * aT | A pointer to the object which is to be encapsulated. |
Null()
Ptr
| Null | ( | ) | [static, inline] |
Constructs a Ptr which encapsulates a NULL pointer.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.