Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1279
int TiXmlAttribute::IntValue() const
1280
{
1281
return atoi (value.c_str ());
1282
}
1283
1284
double TiXmlAttribute::DoubleValue() const
1285
{
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected