MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Clear

Method Clear

source/messprocessing.cpp:162–167  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

160}
161//---------------------------------------------------------------------------
162void __fastcall TMessProcessRuleList::Clear(void)
163{
164 for(int i=0; i<Count; i++)
165 delete (TMessProcessRule *)Items[i];
166 TList::Clear();
167}
168//---------------------------------------------------------------------------
169void __fastcall TMessProcessRuleList::Add(TMessProcessRule * p)
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected