MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / DoubleValue

Method DoubleValue

cpp/tinyxml/tinyxml.cpp:1284–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282}
1283
1284double TiXmlAttribute::DoubleValue() const
1285{
1286 return atof (value.c_str ());
1287}
1288
1289
1290TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected