struct Meta::STypeId |
Used to uniquely identify the type of a (meta).object.
Public Member Functions | |
---|---|
IMPORT_C TInt | Check(TPtrC8 &) |
STypeId | CreateSTypeId() |
STypeId | CreateSTypeId(TUint32, TUint32) |
IMPORT_C STypeId | CreateSTypeId(TPtrC8 &) |
TBool | operator!=(const STypeId &) |
TBool | operator==(const STypeId &) |
Public Attributes | |
---|---|
TInt32 | iType |
TUid | iUid |
STypeId | CreateSTypeId | ( | TUint32 | aUid, |
TUint32 | aTypeId | |||
) | [static, inline] |
Constructor
IMPORT_C STypeId | CreateSTypeId | ( | TPtrC8 & | aStore | ) | [static] |
TPtrC8 & aStore |
TBool | operator!= | ( | const STypeId & | obj | ) | const [inline] |
const STypeId & obj |
TBool | operator== | ( | const STypeId & | obj | ) | const [inline] |
const STypeId & obj |