TMPXItemId Class Reference
Structure to hold a the representation of an Item ID The structure contains 2 ids, and can be extensible to more The iId1 ID MUST be unique within the collection path. The IId2 ID can be duplicated in the collection path, and can be use for extended purposes.
mpxcommon.lib
Constructor & Destructor Documentation
TMPXItemId()
Constructor. Public and private ids iniitialized to 0.
TMPXItemId(TUint32)
Parameters
TUint32 aId | id to initialize both public and private id |
TMPXItemId(TUint32, TUint32)
Member Functions Documentation
ApproxEqual(const TMPXItemId &)
An approximately equal operator. If either iId1 or iId2 matches, ETrue is returned.
InvalidId()
Static function to create an invalid ID.
operator TInt()
operator TInt | ( | ) | const [inline] |
TInt operator, returns iId1.
operator TInt32()
operator TInt32 | ( | ) | const [inline] |
TInt32 operator, returns iId1.
operator TInt64()
operator TInt64 | ( | ) | const [inline] |
TInt64 operator, returns iId1.
operator TUint()
operator TUint | ( | ) | const [inline] |
TUint32 operator, returns iId1.
operator TUint32()
operator TUint32 | ( | ) | const [inline] |
TUint32 operator, returns iId1.
operator TUint64()
operator TUint64 | ( | ) | const [inline] |
TUint64 operator, returns iId1.
operator!=(const TMPXItemId &)
operator!=(TInt)
Parameters
TInt aOtherId | TInt to compare to public id |
operator==(const TMPXItemId &)
operator==(TInt)
Parameters
TInt aOtherId | TMPXItemId to compare |
operator==(TInt32)
Parameters
TInt32 aOtherId | TInt32 to compare to public id |
operator==(TUint32)
Parameters
TUint32 aOtherId | TUint32 to compare to public id |
Member Data Documentation
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.