Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1284
double TiXmlAttribute::DoubleValue() const
1285
{
1286
return atof (value.c_str ());
1287
}
1288
1289
1290
TiXmlComment::TiXmlComment( const TiXmlComment& copy ) : TiXmlNode( TiXmlNode::COMMENT )
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected