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

Method Contains

sourcecommon/unilist.cpp:92–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90//---------------------------------------------------------------------------
91template <class T>
92bool TUniList<T>::Contains(T * p)
93{
94 SetBusy(true);
95 try
96 {
97 return l->IndexOf(p)>=0;
98 }
99 __finally
100 { SetBusy(false); }
101}
102//---------------------------------------------------------------------------
103template <class T>
104T * TUniList<T>::Extract(int i)

Callers 2

GetMethod · 0.80
LogSGDrawCellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected