MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SetAttribute

Function SetAttribute

sourcecommon/tinyxml2.h:1304–1307  ·  view source on GitHub ↗

Sets the named attribute to value.

Source from the content-addressed store, hash-verified

1302
1303 /// Sets the named attribute to value.
1304 void SetAttribute( const char* name, const char* value ) {
1305 XMLAttribute* a = FindOrCreateAttribute( name );
1306 a->SetAttribute( value );
1307 }
1308 /// Sets the named attribute to value.
1309 void SetAttribute( const char* name, int value ) {
1310 XMLAttribute* a = FindOrCreateAttribute( name );

Callers

nothing calls this directly

Calls 1

SetAttributeMethod · 0.80

Tested by

no test coverage detected