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

Method ToDouble

sourcecommon/tinyxml2.cpp:472–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472bool XMLUtil::ToDouble( const char* str, double* value )
473{
474 if ( TIXML_SSCANF( str, "%lf", value ) == 1 ) {
475 return true;
476 }
477 return false;
478}
479
480
481char* XMLDocument::Identify( char* p, XMLNode** node )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected