Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: logcli.h
Link against: logcli.lib

Class CLogFilterList

CLogFilterList

Support

Supported from 6.0

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

CArrayFixA thin templated base class for arrays of fixed length objects
CArrayFixBaseBase class for arrays of fixed length objects
CArrayPtrA thin templated base class for arrays of pointers to objects
CArrayPtrFlatArray of pointers to objects implemented using a flat dynamic buffer
CBaseBase class for all classes to be instantiated on the heap
CLogFilterListA set of event view filters

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

Inherited from CArrayFix:
AppendL(), AppendL()Append, Array(), At(), Back(), End(), ExpandL(), ExtendL(), Find(), FindIsq(), InsertIsqAllowDuplicatesL(), InsertIsqL(), InsertL(), ResizeL(), operator[]

Inherited from CArrayFixBase:
Compress(), Count(), Delete(), Length(), Reset(), Sort()

Inherited from CArrayPtr:
ResetAndDestroy()

Inherited from CArrayPtrFlat:
SetReserveL()

Inherited from CBase:
operator new()

See also:


Construction


CLogFilterList()

CLogFilterList();

Description

Constructs a flat array of pointers to const CLogFilter objects.

[Top]


Copying


CopyL()

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

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.