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

Method ToUnsigned

lib/tinyxml2/tinyxml2.cpp:492–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492bool XMLUtil::ToUnsigned( const char* str, unsigned *value )
493{
494 if ( TIXML_SSCANF( str, "%u", value ) == 1 ) {
495 return true;
496 }
497 return false;
498}
499
500bool XMLUtil::ToBool( const char* str, bool* value )
501{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected