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

Function BoolValue

sourcecommon/tinyxml2.h:1062–1066  ·  view source on GitHub ↗

Query as a boolean. See IntValue()

Source from the content-addressed store, hash-verified

1060 }
1061 /// Query as a boolean. See IntValue()
1062 bool BoolValue() const {
1063 bool b=false;
1064 QueryBoolValue( &b );
1065 return b;
1066 }
1067 /// Query as a double. See IntValue()
1068 double DoubleValue() const {
1069 double d=0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected