TSgDrawableId Class Reference

class TSgDrawableId

This class is used to uniquely identify drawable resources. It represents an opaque 192-bit identifier that is unique across the system but not persistent.

Public Member Functions
TBool operator!= (const TSgDrawableId &)
TBool operator== (const TSgDrawableId &)
Public Attributes
TUint32 iId

Member Functions Documentation

operator!=(const TSgDrawableId &)

TBool operator!= ( const TSgDrawableId & aId ) const [inline]

Compares this identifier with another one to check if they are different.

Pre-condition
None.
Post-condition
None.

Parameters

const TSgDrawableId & aId The other identifier to compare against.

operator==(const TSgDrawableId &)

TBool operator== ( const TSgDrawableId & aId ) const [inline]

Compares this identifier with another one to check if they are the same.

Pre-condition
None.
Post-condition
None.

Parameters

const TSgDrawableId & aId The other identifier to compare against.

Member Data Documentation

TUint32 iId

TUint32 iId

The identifier stored as an array of six 32-bit integers. The contents have no meaning to the user, except that all zeros represents a null identifier.