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

Class TMessProcessRuleList

source/messprocessing.h:49–63  ·  view source on GitHub ↗

--------------------------------------------------------------------------- message process rule list

Source from the content-addressed store, hash-verified

47//---------------------------------------------------------------------------
48// message process rule list
49class TMessProcessRuleList : public TList
50{
51public:
52 __fastcall TMessProcessRuleList();
53 __fastcall virtual ~TMessProcessRuleList(void);
54 void __fastcall Add(TMessProcessRule * p);
55 TMessProcessRule * __fastcall Get(int index);
56 void __fastcall Del(int index);
57
58 void Save(String file);
59 void Load(String file);
60
61private:
62 virtual void __fastcall Clear(void);
63};
64//---------------------------------------------------------------------------
65#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected