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

Method Add

avida-core/source/main/cAvidaConfig.h:219–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 cStringList& Get() { return m_value; }
218 const cStringList& Get() const { return m_value; }
219 void Add(const cString& value) { m_value.PushRear(value); }
220 };
221
222 // The cConfigFormatEntry class is a bass class for all configuration entries.

Callers 1

LoadStrMethod · 0.45

Calls 1

PushRearMethod · 0.45

Tested by

no test coverage detected