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

Method Clear

source/fdb.cpp:401–406  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

399}
400//---------------------------------------------------------------------------
401void __fastcall TStorageFileList::Clear(void)
402{
403 for(int i=0; i<Count; i++)
404 delete (TStorageFile *)Items[i];
405 TList::Clear();
406}
407//---------------------------------------------------------------------------
408void __fastcall TStorageFileList::Add(TStorageFile * p)
409{

Callers 5

GetPrioritiesFunction · 0.45
GetFacilitiesFunction · 0.45
ClearButtonClickMethod · 0.45
GetListMethod · 0.45
TcpCloseAllConnectionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected