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

Function SetAttribute

3rdparty/tinyxml2/tinyxml2.h:1467–1470  ·  view source on GitHub ↗

Sets the named attribute to value.

Source from the content-addressed store, hash-verified

1465
1466 /// Sets the named attribute to value.
1467 void SetAttribute( const char* name, const char* value ) {
1468 XMLAttribute* a = FindOrCreateAttribute( name );
1469 a->SetAttribute( value );
1470 }
1471 /// Sets the named attribute to value.
1472 void SetAttribute( const char* name, int value ) {
1473 XMLAttribute* a = FindOrCreateAttribute( name );

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.80

Tested by

no test coverage detected