MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / QueryDoubleValue

Method QueryDoubleValue

src/xml/tinyxml2.cpp:1133–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131
1132
1133XMLError XMLAttribute::QueryDoubleValue( double* value ) const {
1134 if ( XMLUtil::ToDouble( Value(), value )) {
1135 return XML_NO_ERROR;
1136 }
1137 return XML_WRONG_ATTRIBUTE_TYPE;
1138}
1139
1140
1141void XMLAttribute::SetAttribute( const char* v ) {

Callers 1

QueryDoubleAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected