Symbian
Symbian OS Library

SYMBIAN OS V9.2

[Index] [Spacer] [Previous] [Next]



Location: 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<const CLogFilter>.

Derivation

Members

Defined in CLogFilterList:
CLogFilterList(), CopyL(), CopyLC()

See also:


Construction and destruction


CLogFilterList()

IMPORT_C CLogFilterList();

Description

Constructs a flat array of pointers to const CLogFilter objects.

[Top]


Member functions


CopyL()

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()

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.