Location:
s32page.h
Link against: estor.lib
TPageRef
Supported from 5.0
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()
, Value()
, operator!=()
, operator==()
TPageRef(TUint32 aValue);
Constructor that initialises the object to a page reference value.
|
void ExternalizeL(RWriteStream& aStream) const;
Externalises a TPageRef
object to a write stream.
|
void InternalizeL(RReadStream& aStream);
Internalises a TPageRef
object from a read stream.
|
TUint32 Value() const;
Gets the page reference value.
|
TBool operator==(TPageRef aRef) const;
Equality operator.
|
|
TBool operator!=(TPageRef aRef) const;
Inequality operator.
|
|