MCPcopy Create free account
hub / github.com/domoticz/domoticz / QueryIntValue

Method QueryIntValue

tinyxpath/tinyxml.cpp:1241–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239
1240
1241int TiXmlAttribute::QueryIntValue( int* ival ) const
1242{
1243 if ( TIXML_SSCANF( value.c_str(), "%d", ival ) == 1 )
1244 return TIXML_SUCCESS;
1245 return TIXML_WRONG_TYPE;
1246}
1247
1248int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1249{

Callers 1

QueryIntAttributeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected