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

Method Insert

sourcecommon/unilist.cpp:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48//---------------------------------------------------------------------------
49template <class T>
50T * TUniList<T>::Insert(int i, T * p)
51{
52 SetBusy(true);
53 try
54 {
55 l->Insert(i, p);
56 return (T *)l->Items[i];
57 }
58 __finally
59 { SetBusy(false); }
60}
61//---------------------------------------------------------------------------
62template <class T>
63void TUniList<T>::Delete(T * p)

Callers 7

MakePostgresStringFunction · 0.80
FormatRegExpStringFunction · 0.80
WriteStringMethod · 0.80
GetNewRotationNameMethod · 0.80
RotateFileMethod · 0.80
RotationLogAddItemMethod · 0.80
FormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected