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

Method ToDouble

3rdparty/tinyxml2/tinyxml2.cpp:663–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661
662
663bool XMLUtil::ToDouble( const char* str, double* value )
664{
665 if ( TIXML_SSCANF( str, "%lf", value ) == 1 ) {
666 return true;
667 }
668 return false;
669}
670
671
672bool XMLUtil::ToInt64(const char* str, int64_t* value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected