struct CCL::Web::IWebNewsItem

Overview

#include <iwebnewsreader.h>

struct IWebNewsItem: public CCL::IUnknown
{
    // methods

    virtual StringRef CCL_API getAttribute (StringID id) const = 0;
    virtual void CCL_API getLastUpdated (DateTime& dateTime) const = 0;
    virtual IWebNewsLink*CCL_API getLink (StringID relation, int index = 0) const = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Methods

virtual StringRef CCL_API getAttribute (StringID id) const = 0

Get item attribute.

virtual void CCL_API getLastUpdated (DateTime& dateTime) const = 0

Get time last updated.

virtual IWebNewsLink*CCL_API getLink (StringID relation, int index = 0) const = 0

Get n-th link of given relation associated with this item.