MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / QueryDoubleValue

Method QueryDoubleValue

Libraries/tinyxml/tinyxml.cpp:1260–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1261{
1262 if ( TIXML_SSCANF( value.c_str(), "%lf", dval ) == 1 )
1263 return TIXML_SUCCESS;
1264 return TIXML_WRONG_TYPE;
1265}
1266
1267void TiXmlAttribute::SetIntValue( int _value )
1268{

Callers 2

AttributeMethod · 0.45
QueryDoubleAttributeMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected