MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / BoolValue

Function BoolValue

3rdparty/tinyxml2/tinyxml2.h:1189–1193  ·  view source on GitHub ↗

Query as a boolean. See IntValue()

Source from the content-addressed store, hash-verified

1187 }
1188 /// Query as a boolean. See IntValue()
1189 bool BoolValue() const {
1190 bool b=false;
1191 QueryBoolValue( &b );
1192 return b;
1193 }
1194 /// Query as a double. See IntValue()
1195 double DoubleValue() const {
1196 double d=0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected