CHsContentInfoArray Class Reference

class CHsContentInfoArray : public CBase

Content data

hscontentinfo.lib
Since
S60 v5.2

Inherits from

Constructor & Destructor Documentation

CHsContentInfoArray()

CHsContentInfoArray ( ) [private]

Constructor.

~CHsContentInfoArray()

~CHsContentInfoArray ( ) [virtual]

Destructor.

Since
S60 v5.2

Member Functions Documentation

Array()

IMPORT_C RPointerArray < CHsContentInfo > & Array ( )

Returns reference to content info array

Since
S60 v5.2

ConstructL()

void ConstructL ( ) [private]

Second phase constructor.

ExternalizeL(RWriteStream &)

IMPORT_C void ExternalizeL ( RWriteStream & aStream )

Externalizes the array into the stream.

Since
S60 v5.2

Parameters

RWriteStream & aStream

InternalizeL(RReadStream &)

IMPORT_C void InternalizeL ( RReadStream & aStream )

Internalizes the array from the stream.

Since
S60 v5.2

Parameters

RReadStream & aStream

MarshalL()

IMPORT_C HBufC8 * MarshalL ( )

Marshals Content Info array to a descriptor

Since
S60 5.2

NewL()

IMPORT_C CHsContentInfoArray * NewL ( ) [static]

Two-phased constructor.

Since
S60 v5.2

NewL(RReadStream &)

IMPORT_C CHsContentInfoArray * NewL ( RReadStream & aStream ) [static]

Two-phased constructor.

Since
S60 v5.2

Parameters

RReadStream & aStream

Size()

IMPORT_C TInt Size ( )

Returns size of a descriptor needed to externalize the class

Since
S60 v5.2

Member Data Documentation

RPointerArray< CHsContentInfo > iArray

RPointerArray < CHsContentInfo > iArray [private]