MCPcopy Create free account
hub / github.com/devosoft/avida / SetString

Method SetString

avida-core/source/tools/cArgContainer.h:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76inline void cArgContainer::SetString(int i, const cString& v)
77{
78 if (m_strings.GetSize() <= i) m_strings.Resize(i + 1);
79 m_strings[i] = v;
80}
81
82#endif

Callers 1

ProcessMethod · 0.45

Calls 2

GetSizeMethod · 0.45
ResizeMethod · 0.45

Tested by

no test coverage detected