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

Method Add

sourcecommon/unilist.cpp:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35//---------------------------------------------------------------------------
36template <class T>
37T * TUniList<T>::Add(T * p)
38{
39 SetBusy(true);
40 try
41 {
42 l->Add(p);
43 }
44 __finally
45 { SetBusy(false); }
46 return p;
47}
48//---------------------------------------------------------------------------
49template <class T>
50T * TUniList<T>::Insert(int i, T * p)

Callers 5

SendMethod · 0.45
FindFilesFunction · 0.45
rsMethod · 0.45
TMYIniFileMethod · 0.45
WriteStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected