TPageRef Class Reference

class TPageRef

Encapsulates a page reference.

A page reference is an integer value that can be used to identify a page.

Constructor & Destructor Documentation

TPageRef()

TPageRef ( ) [inline]

Default constructor.

TPageRef(TUint32)

TPageRef ( TUint32 aValue ) [inline]

Constructor that initialises the object to a page reference value.

Parameters

TUint32 aValue Page reference value

Member Functions Documentation

ExternalizeL(RWriteStream &)

void ExternalizeL ( RWriteStream & aStream ) const [inline]

Externalises a TPageRef object to a write stream.

Parameters

RWriteStream & aStream Stream to which the object should be externalised.

InternalizeL(RReadStream &)

void InternalizeL ( RReadStream & aStream ) [inline]

Internalises a TPageRef object from a read stream.

Parameters

RReadStream & aStream Stream from which the object should be internalised.

Value()

TUint32 Value ( ) const [inline]

Gets the page reference value.

operator!=(TPageRef)

TBool operator!= ( TPageRef aRef ) const [inline]

Inequality operator.

Parameters

TPageRef aRef Page reference against which to compare

operator==(TPageRef)

TBool operator== ( TPageRef aRef ) const [inline]

Equality operator.

Parameters

TPageRef aRef Page reference against which to compare

Member Data Documentation

TUint32 iVal

TUint32 iVal [private]