|
|
|
|
Location:
LOGCLI.H
Link against: logcli.lib
class CLogFilterList : public CArrayPtrFlat< const CLogFilter >;
A set of event view filters.
Specifically, this is an array of pointers to const CLogFilter objects and is derived from CArrayPtrFlat<const CLogFilter>.
CArrayPtrFlat< const CLogFilter > - No description.CLogFilterList - A set of event view filtersDefined in CLogFilterList:
CLogFilterList(), CopyL(), CopyLC()
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.
|