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

Method ToFloat

lib/tinyxml2/tinyxml2.cpp:519–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518
519bool XMLUtil::ToFloat( const char* str, float* value )
520{
521 if ( TIXML_SSCANF( str, "%f", value ) == 1 ) {
522 return true;
523 }
524 return false;
525}
526
527bool XMLUtil::ToDouble( const char* str, double* value )
528{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected