MCPcopy Create free account
hub / github.com/JayXon/Leanify / ToDouble

Method ToDouble

lib/tinyxml2/tinyxml2.cpp:527–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527bool XMLUtil::ToDouble( const char* str, double* value )
528{
529 if ( TIXML_SSCANF( str, "%lf", value ) == 1 ) {
530 return true;
531 }
532 return false;
533}
534
535
536char* XMLDocument::Identify( char* p, XMLNode** node )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected