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

Method get_count

sourcecommon/unilist.cpp:149–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147//---------------------------------------------------------------------------
148template <class T>
149int TUniList<T>::get_count()
150{
151 SetBusy(true);
152 try
153 {
154 return l->Count;
155 }
156 __finally
157 { SetBusy(false); }
158}
159//---------------------------------------------------------------------------
160template <class T>
161void TUniList<T>::EnableMultiTreading(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected