class TPageRef |
Encapsulates a page reference.
A page reference is an integer value that can be used to identify a page.
Public Member Functions | |
---|---|
TPageRef () | |
TPageRef ( TUint32 ) | |
void | ExternalizeL ( RWriteStream &) |
void | InternalizeL ( RReadStream &) |
TUint32 | Value () |
TBool | operator!= ( TPageRef ) |
TBool | operator== ( TPageRef ) |
Private Attributes | |
---|---|
TUint32 | iVal |
TPageRef | ( | TUint32 | aValue | ) | [inline] |
Constructor that initialises the object to a page reference value.
TUint32 aValue | Page reference value |
void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [inline] |
Externalises a TPageRef object to a write stream.
RWriteStream & aStream | Stream to which the object should be externalised. |
void | InternalizeL | ( | RReadStream & | aStream | ) | [inline] |
Internalises a TPageRef object from a read stream.
RReadStream & aStream | Stream from which the object should be internalised. |
TBool | operator!= | ( | TPageRef | aRef | ) | const [inline] |
Inequality operator.
TPageRef aRef | Page reference against which to compare |
TBool | operator== | ( | TPageRef | aRef | ) | const [inline] |
Equality operator.
TPageRef aRef | Page reference against which to compare |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.