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

Method QueryBoolValue

src/xml/tinyxml2.cpp:1117–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115
1116
1117XMLError XMLAttribute::QueryBoolValue( bool* value ) const {
1118 if ( XMLUtil::ToBool( Value(), value )) {
1119 return XML_NO_ERROR;
1120 }
1121 return XML_WRONG_ATTRIBUTE_TYPE;
1122}
1123
1124
1125XMLError XMLAttribute::QueryFloatValue( float* value ) const {

Callers 1

QueryBoolAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected