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

Method IntValue

cpp/tinyxml/tinyxml.cpp:1279–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279int TiXmlAttribute::IntValue() const
1280{
1281 return atoi (value.c_str ());
1282}
1283
1284double TiXmlAttribute::DoubleValue() const
1285{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected