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

Function QueryStringAttribute

3rdparty/tinyxml2/tinyxml2.h:1406–1413  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1404
1405 /// See QueryIntAttribute()
1406 XMLError QueryStringAttribute(const char* name, const char** value) const {
1407 const XMLAttribute* a = FindAttribute(name);
1408 if (!a) {
1409 return XML_NO_ATTRIBUTE;
1410 }
1411 *value = a->Value();
1412 return XML_SUCCESS;
1413 }
1414
1415
1416

Callers 1

QueryAttributeFunction · 0.85

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected