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

Method ToInt

sourcecommon/tinyxml2.cpp:429–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427
428
429bool XMLUtil::ToInt( const char* str, int* value )
430{
431 if ( TIXML_SSCANF( str, "%d", value ) == 1 ) {
432 return true;
433 }
434 return false;
435}
436
437bool XMLUtil::ToUnsigned( const char* str, unsigned *value )
438{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected