MCPcopy 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
911const int TiXmlAttribute::IntValue() const
912{
913 return generic_atoi (value.c_str ());
914}
915
916const double TiXmlAttribute::DoubleValue() const
917{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected