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

Method SetValue

avida-core/source/tools/tDataEntryCommand.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 const cString& GetHtmlCellFlags() const { return m_data_entry->GetHtmlCellFlags(); }
61
62 bool SetValue(T* target, const cString& value) const { return m_data_entry->Set(target, m_idx, m_args, value); }
63 cFlexVar GetValue(const T* target) const { return m_data_entry->Get(target, m_idx, m_args); }
64};
65

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected