Location:
S32PAGE.H
class TPageRef;
Encapsulates a page reference.
A page reference is an integer value that can be used to identify a page.
Defined in TPageRef
:
ExternalizeL()
, InternalizeL()
, TPageRef()
, TPageRef()
, Value()
, operator!=()
, operator==()
inline TPageRef(TUint32 aValue);
Constructor that initialises the object to a page reference value.
|
inline TBool operator==(TPageRef aRef) const;
Equality operator.
|
|
inline TBool operator!=(TPageRef aRef) const;
Inequality operator.
|
|
inline void ExternalizeL(RWriteStream &aStream) const;
Externalises a TPageRef object to a write stream.
|
inline void InternalizeL(RReadStream &aStream);
Internalises a TPageRef object from a read stream.
|
inline TUint32 Value() const;
Gets the page reference value.
|