MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / ToFloat

Method ToFloat

3rdparty/tinyxml2/tinyxml2.cpp:654–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652
653
654bool XMLUtil::ToFloat( const char* str, float* value )
655{
656 if ( TIXML_SSCANF( str, "%f", value ) == 1 ) {
657 return true;
658 }
659 return false;
660}
661
662
663bool XMLUtil::ToDouble( const char* str, double* value )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected