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

Method Add

avida-core/source/tools/tDataCommandManager.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void Add(const cString& name, tDataEntry<TargetType>* entry)
46 {
47 m_entry_dict.Set((const char*)name, entry);
48 m_entry_names.Push(name);
49 }
50
51 const Apto::Array<cString>& GetEntryNames() const { return m_entry_names; }
52

Callers

nothing calls this directly

Calls 2

SetMethod · 0.45
PushMethod · 0.45

Tested by

no test coverage detected