TPageRef Class Reference
Link against: eposprvtyp.lib
Detailed Description
Encapsulates a page reference.
A page reference is an integer value that can be used to identify a page.
Constructor & Destructor Documentation
TPageRef ( TUint32 )
Constructor that initialises the object to a page reference value.
Parameter | Description | aValue | Page reference value |
Member Function Documentation
ExternalizeL ( RWriteStream & )
Externalises a TPageRef object to a write stream.
Parameter | Description | aStream | Stream to which the object should be externalised. |
InternalizeL ( RReadStream & )
Internalises a TPageRef object from a read stream.
Parameter | Description | aStream | Stream from which the object should be internalised. |
Value ( )
Gets the page reference value.
Returns: Page reference value
operator!= ( TPageRef )
Parameter | Description | aRef | Page reference against which to compare |
Returns: True if aRef does not refer to the same page as the object, otherwise false.
operator== ( TPageRef )
Parameter | Description | aRef | Page reference against which to compare |
Returns: True if aRef refers to the same page as the object, otherwise false.