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

Method ToDouble

src/xml/tinyxml2.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490bool XMLUtil::ToDouble( const char* str, double* value ) {
491 if ( TIXML_SSCANF( str, "%lf", value ) == 1 ) {
492 return true;
493 }
494 return false;
495}
496
497
498char* XMLDocument::Identify( char* p, XMLNode** node ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected