CUpnpHttpHeaderList Class Reference

class CUpnpHttpHeaderList : public CBase

Inherits from

Constructor & Destructor Documentation

CUpnpHttpHeaderList()

CUpnpHttpHeaderList ( )

C++ default constructor.

~CUpnpHttpHeaderList()

~CUpnpHttpHeaderList ( )

C++ default destructor.

Member Functions Documentation

AddL(const CUpnpHttpHeader *)

void AddL ( const CUpnpHttpHeader * aHeader )

Adds element to the list.

Parameters

const CUpnpHttpHeader * aHeader

Count()

TInt Count ( ) const

Returns the number of elements in list.

DeleteObjects()

void DeleteObjects ( )

Method deletes all objects from the list.

First()

IMPORT_C CUpnpHttpHeader * First ( )

Returns the frist element of the list.

Next(const CUpnpHttpHeader *)

IMPORT_C CUpnpHttpHeader * Next ( const CUpnpHttpHeader * aHeader )

Goes to the next element on the list.

Parameters

const CUpnpHttpHeader * aHeader

Remove(const CUpnpHttpHeader *)

IMPORT_C void Remove ( const CUpnpHttpHeader * aHeader )

Removes element from the list.

Parameters

const CUpnpHttpHeader * aHeader

Member Data Documentation

RPointerArray< CUpnpHttpHeader > iHeaderList

RPointerArray < CUpnpHttpHeader > iHeaderList [private]

Header list