MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / setValue

Method setValue

include/thundersvm/util/log.h:1757–1759  ·  view source on GitHub ↗

@brief Set string based configuration value @param value Value to set. Values have to be std::string; For boolean values use "true", "false", for any integral values use them in quotes. They will be parsed when configuring

Source from the content-addressed store, hash-verified

1755 /// @param value Value to set. Values have to be std::string; For boolean values use "true", "false", for any integral values
1756 /// use them in quotes. They will be parsed when configuring
1757 inline void setValue(const std::string& value) {
1758 m_value = value;
1759 }
1760
1761 virtual void log(el::base::type::ostream_t& os) const;
1762

Callers 1

unsafeSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected