Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bruderstein/nppPluginManager
/ IntValue
Method
IntValue
TinyXml/src/tinyxml.cpp:911–914 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
909
}
910
911
const int TiXmlAttribute::IntValue() const
912
{
913
return generic_atoi (value.c_str ());
914
}
915
916
const double TiXmlAttribute::DoubleValue() const
917
{
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected