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

Method ToInt

lib/tinyxml2/tinyxml2.cpp:484–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482
483
484bool XMLUtil::ToInt( const char* str, int* value )
485{
486 if ( TIXML_SSCANF( str, "%d", value ) == 1 ) {
487 return true;
488 }
489 return false;
490}
491
492bool XMLUtil::ToUnsigned( const char* str, unsigned *value )
493{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected