MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / QueryIntValue

Method QueryIntValue

cpp/tinyxml/tinyxml.cpp:1243–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

QueryIntAttributeMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected