PCStore::TUidType Class Reference

#include <pcstore/checkeduid.h>

class PCStore::TUidType

Detailed Description

Encapsulates a set of three unique identifiers (UIDs) which, in combination, identify a system object such as a GUI application or a DLL. The three component UIDs are referred to as UID1, UID2 and UID3.

An object of this type is referred to as a compound identifier or a UID type.

Constructor & Destructor Documentation

TUidType ( )

TUidType()

TUidType ( TUid )

TUidType(TUidaUid1)

TUidType ( TUid, TUid )

TUidType(TUidaUid1,
TUidaUid2
)

TUidType ( TUid, TUid, TUid )

TUidType(TUidaUid1,
TUidaUid2,
TUidaUid3
)

Member Function Documentation

IsValid ( )

TBool IsValid()const

operator!= ( const TUidType & )

TBool operator!=(const TUidType &aUidType)const

operator== ( const TUidType & )

TBool operator==(const TUidType &aUidType)const

operator[] ( TInt )

const TUid &operator[](TIntaIndex)const