MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / QueryIntValue

Method QueryIntValue

TinyXml/src/tinyxml.cpp:883–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883int TiXmlAttribute::QueryIntValue( int* ival ) const
884{
885 if ( generic_sscanf( value.c_str(), TEXT("%d"), ival ) == 1 )
886 return TIXML_SUCCESS;
887 return TIXML_WRONG_TYPE;
888}
889
890int TiXmlAttribute::QueryDoubleValue( double* dval ) const
891{

Callers 1

QueryIntAttributeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected