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

Method SetAttribute

lib/mdflib/mdflib/src/ixmlnode.cpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214
215template <>
216void IXmlNode::SetAttribute(const std::string &key, const bool &value) {
217 attribute_list_.insert({key, value ? "true" : "false"});
218}
219
220} // namespace mdf

Callers 1

ixmlnode.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected