MCPcopy 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
43cStringList::~cStringList()
44{
45 while (string_list.GetSize() > 0) delete string_list.Pop();
46}
47
48
49cStringList & cStringList::operator=(const cStringList & _list)

Callers

nothing calls this directly

Calls 2

GetSizeMethod · 0.45
PopMethod · 0.45

Tested by

no test coverage detected