MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / QueryDoubleValue

Method QueryDoubleValue

sourcecommon/tinyxml2.cpp:1152–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1150
1151
1152XMLError XMLAttribute::QueryDoubleValue( double* value ) const
1153{
1154 if ( XMLUtil::ToDouble( Value(), value )) {
1155 return XML_NO_ERROR;
1156 }
1157 return XML_WRONG_ATTRIBUTE_TYPE;
1158}
1159
1160
1161void XMLAttribute::SetAttribute( const char* v )

Callers 1

QueryDoubleAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected