#include <logcli.h>
Link against: logcli.lib
class CLogFilterList : public CArrayPtrFlat< const CLogFilter > |
Public Member Functions | |
---|---|
CLogFilterList() | |
IMPORT_C CLogFilterList * | CopyL() |
IMPORT_C CLogFilterList * | CopyLC() |
void | ExternalizeL(RWriteStream &) |
void | InternalizeL(RReadStream &) |
A set of event view filters.
Specifically, this is an array of pointers to const CLogFilter objects and is derived from CArrayPtrFlat<const CLogFilter>.
See also: CLogFilter CLogViewEvent CLogViewRecent
IMPORT_C | CLogFilterList | ( | ) |
Constructs a flat array of pointers to const CLogFilter objects.
IMPORT_C CLogFilterList * | CopyL | ( | ) | const |
Creates a copy of this set of event view filters.
IMPORT_C CLogFilterList * | CopyLC | ( | ) | const |
Creates a copy of this set of event view filters and puts a pointer to the copy onto the cleanup stack.