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

Method QueryIntValue

extern/oics/tinyxml/tinyxml.cpp:1233–1238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231
1232
1233int TiXmlAttribute::QueryIntValue( int* ival ) const
1234{
1235 if ( TIXML_SSCANF( value.c_str(), "%d", ival ) == 1 )
1236 return TIXML_SUCCESS;
1237 return TIXML_WRONG_TYPE;
1238}
1239
1240int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1241{

Callers 1

QueryIntAttributeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected