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

Method Delete

sourcecommon/unilist.cpp:63–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61//---------------------------------------------------------------------------
62template <class T>
63void TUniList<T>::Delete(T * p)
64{
65 SetBusy(true);
66 try
67 {
68 l->Remove(p);
69 delete p;
70 }
71 __finally
72 { SetBusy(false); }
73}
74//---------------------------------------------------------------------------
75template <class T>
76void TUniList<T>::Delete(int i)

Callers 13

GetApplicationExeNameFunction · 0.80
ExtractMethod · 0.80
ReadStringMethod · 0.80
MatchAllFildsMethod · 0.80
DeleteEmptyLinesMethod · 0.80
GetNewRotationNameMethod · 0.80
RotationLogAddItemMethod · 0.80
TcpDeleteConnectionFunction · 0.80
FormatMethod · 0.80
ReadMethod · 0.80
aFilterByTagExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected