MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / SetAttribute

Function SetAttribute

Dependencies/tinyxml2/include/tinyxml2.h:1432–1435  ·  view source on GitHub ↗

Sets the named attribute to value.

Source from the content-addressed store, hash-verified

1430
1431 /// Sets the named attribute to value.
1432 void SetAttribute( const char* name, const char* value ) {
1433 XMLAttribute* a = FindOrCreateAttribute( name );
1434 a->SetAttribute( value );
1435 }
1436 /// Sets the named attribute to value.
1437 void SetAttribute( const char* name, int value ) {
1438 XMLAttribute* a = FindOrCreateAttribute( name );

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.80

Tested by

no test coverage detected