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

Method LoadStr

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

Source from the content-addressed store, hash-verified

236 ~cBaseConfigFormatEntry() { ; }
237
238 void LoadStr(const cString& str_value) { cString lname(m_name); m_format->Add(lname + " " + str_value); }
239
240 const cString& GetName() const { return m_name; }
241 const cString& GetDesc() const { return m_description; }

Callers 2

LoadMethod · 0.80
SetMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected