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

Function UnsignedAttribute

sourcecommon/tinyxml2.h:1188–1192  ·  view source on GitHub ↗

See IntAttribute()

Source from the content-addressed store, hash-verified

1186 }
1187 /// See IntAttribute()
1188 unsigned UnsignedAttribute( const char* name ) const {
1189 unsigned i=0;
1190 QueryUnsignedAttribute( name, &i );
1191 return i;
1192 }
1193 /// See IntAttribute()
1194 bool BoolAttribute( const char* name ) const {
1195 bool b=false;

Callers

nothing calls this directly

Calls 1

QueryUnsignedAttributeFunction · 0.85

Tested by

no test coverage detected