CItemMini Class Reference

class CItemMini : public CBase

Holds minimum information about a feed's item.

Library: FeedsEngine.lib

Since
3.0

Inherits from

Constructor & Destructor Documentation

CItemMini()

CItemMini ( ) [private]

C++ default constructor.

~CItemMini()

IMPORT_C ~CItemMini ( ) [virtual]

Destructor.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

By default Symbian 2nd phase constructor is private.

Id()

IMPORT_C TInt Id ( ) const

Returns the item's id.

Since
3.1

NewL()

CItemMini * NewL ( ) [private, static]

Two-phased constructor. Only called from RFeed .

SetAttribute(TUint, const TPtrC &)

void SetAttribute ( TUint aAttribute,
const TPtrC & aAttributeValue
) [private]

Sets an attribute.

Since
3.1

Parameters

TUint aAttribute The attribute.
const TPtrC & aAttributeValue The attribute value.

Title()

IMPORT_C const TDesC & Title ( ) const

Returns the item's title.

Since
3.0

Member Data Documentation

TInt iId

TInt iId [private]

TLeakTracker iLeakTracker

TLeakTracker iLeakTracker [private]

TPtrC iTitle

TPtrC iTitle [private]