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

Function SetName

3rdparty/tinyxml2/tinyxml2.h:1275–1277  ·  view source on GitHub ↗

Set the name of the element.

Source from the content-addressed store, hash-verified

1273 }
1274 /// Set the name of the element.
1275 void SetName( const char* str, bool staticMem=false ) {
1276 SetValue( str, staticMem );
1277 }
1278
1279 virtual XMLElement* ToElement() override {
1280 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected