MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / TiXmlComment

Method TiXmlComment

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:1226–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224double TiXmlAttribute::DoubleValue() const { return atof(value.c_str()); }
1225
1226TiXmlComment::TiXmlComment(const TiXmlComment& copy) : TiXmlNode(TiXmlNode::COMMENT) { copy.CopyTo(this); }
1227
1228void TiXmlComment::operator=(const TiXmlComment& base)
1229{

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected