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

Method ToFloat

sourcecommon/tinyxml2.cpp:464–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464bool XMLUtil::ToFloat( const char* str, float* value )
465{
466 if ( TIXML_SSCANF( str, "%f", value ) == 1 ) {
467 return true;
468 }
469 return false;
470}
471
472bool XMLUtil::ToDouble( const char* str, double* value )
473{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected