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

Method ToUnsigned

sourcecommon/tinyxml2.cpp:437–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437bool XMLUtil::ToUnsigned( const char* str, unsigned *value )
438{
439 if ( TIXML_SSCANF( str, "%u", value ) == 1 ) {
440 return true;
441 }
442 return false;
443}
444
445bool XMLUtil::ToBool( const char* str, bool* value )
446{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected