Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ ~cStringList
Method
~cStringList
avida-core/source/tools/cStringList.cc:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
cStringList::~cStringList()
44
{
45
while (string_list.GetSize() > 0) delete string_list.Pop();
46
}
47
48
49
cStringList & cStringList::operator=(const cStringList & _list)
Callers
nothing calls this directly
Calls
2
GetSize
Method · 0.45
Pop
Method · 0.45
Tested by
no test coverage detected