MCPcopy Create free account
hub / github.com/OpenMW/openmw / QueryDoubleValue

Method QueryDoubleValue

extern/oics/tinyxml/tinyxml.cpp:1240–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

QueryDoubleAttributeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected