Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <LOGCLI.H>
Link against: logcli.lib

Class CLogFilterList

class CLogFilterList : public CArrayPtrFlat< const CLogFilter >;

Description

A set of event view filters.

Specifically, this is an array of pointers to const CLogFilter objects and is derived from CArrayPtrFlat.

Derivation

Members

Defined in CLogFilterList:

See also:


Construction and destruction


CLogFilterList()

IMPORT_C CLogFilterList();

Description

Constructs a flat array of pointers to const CLogFilter objects.

[Top]


Member functions


CopyL()const

IMPORT_C CLogFilterList* CopyL() const;

Description

Creates a copy of this set of event view filters.

Return value

CLogFilterList *

A pointer to the new copy of the set of event view filters.


CopyLC()const

IMPORT_C CLogFilterList* CopyLC() const;

Description

Creates a copy of this set of event view filters and puts a pointer to the copy onto the cleanup stack.

Return value

CLogFilterList *

A pointer to the new copy of the set of event view filters.