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

Method SetInt

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

Source from the content-addressed store, hash-verified

62
63
64inline void cArgContainer::SetInt(int i, int v)
65{
66 if (m_ints.GetSize() <= i) m_ints.Resize(i + 1);
67 m_ints[i] = v;
68}
69
70inline void cArgContainer::SetDouble(int i, double v)
71{

Callers 1

ProcessMethod · 0.80

Calls 2

GetSizeMethod · 0.45
ResizeMethod · 0.45

Tested by

no test coverage detected