MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / ToUnsigned

Method ToUnsigned

src/xml/tinyxml2.cpp:459–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) {
460 if ( TIXML_SSCANF( str, "%u", value ) == 1 ) {
461 return true;
462 }
463 return false;
464}
465
466bool XMLUtil::ToBool( const char* str, bool* value ) {
467 int ival = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected