MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / Value

Method Value

lib/mdflib/mdflib/src/ixmlnode.h:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205template <typename T>
206void IXmlNode::Value(const T &value) {
207 // value_ = std::to_string(value);
208 std::ostringstream temp;
209 temp << value;
210 value_ = temp.str();
211}
212
213/** \brief Adds a boolean value
214 *

Callers 1

SetPropertyMethod · 0.45

Calls 2

stricmpFunction · 0.85
strnicmpFunction · 0.85

Tested by

no test coverage detected